Skip to content

Commit

Permalink
Release 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 10, 2021
1 parent 9e8c088 commit 0beacd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '[0-9]+.[0-9]+.[0-9]+' # Exclude pre-releases
- '*'

name: Release and build

Expand Down
2 changes: 1 addition & 1 deletion TUI/Help/VersionHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3>Compatibility</h3>
<li>No Windows releases are planned.
</ul>

<h3>1.7.13b0 2021-05-09</h3>
<h3>1.7.13 2021-05-10</h3>

<p>Visible changes:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion TUI/Version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VersionStr = "1.7.13b0 2021-05-09"
VersionStr = "1.7.13 2021-05-10"
VersionName, VersionDate = VersionStr.split()
ApplicationName = "STUI"

0 comments on commit 0beacd4

Please sign in to comment.