Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit cc10805

Browse files
committed
Update history
1 parent debc81a commit cc10805

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

TUI/Help/VersionHistory.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ <h3>Compatibility</h3>
1515
<li>No Windows releases are planned.
1616
</ul>
1717

18+
<h3>1.7.17b1 2022-02-14</h3>>
19+
20+
<p>Visible changes:
21+
<ul>
22+
<li> Removed most plotting windows.
23+
</ul>
24+
25+
1826
<h3>1.7.16 2022-01-06</h3>
1927

2028
<p>Visible changes:

TUI/Version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VersionStr = "1.7.17b0 2022-02-14"
1+
VersionStr = "1.7.17b1 2022-02-14"
22
VersionName, VersionDate = VersionStr.split()
33
ApplicationName = "STUI"

0 commit comments

Comments
 (0)