Skip to content

Commit

Permalink
2.20.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Apr 16, 2023
1 parent e932aff commit 0bd695b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[[news]]
=== News
* _16 April, 2023:_ There is a new stable release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.1/[PySolFC
v2.20.1]. New in this release:
** The release packages have been updated to use the latest version of Python, and all the dependent libraries.
** New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install).
** Bugfixes and other enhancements.
* _26 February, 2023:_ There is a new stable release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/[PySolFC
v2.20.0]. Additionally, there is a new Cardsets release
Expand Down
22 changes: 22 additions & 0 deletions html-src/news.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
<h1>What's New?</h1>
<ul>
<li>
<p><em>16 April, 2023:</em> There is a new stable release
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.1/">PySolFC
v2.20.1</a>. New in this release:</p>
<ul>
<li>
<p>
The release packages have been updated to use the latest version of Python, and all the dependent libraries.
</p>
</li>
<li>
<p>
New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install).
</p>
</li>
<li>
<p>
Bugfixes and other enhancements.
</p>
</li>
</ul>
</li>
<li>
<p><em>26 February, 2023:</em> There is a new stable release
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/">PySolFC
v2.20.0</a>. Additionally, there is a new Cardsets release
Expand Down
2 changes: 1 addition & 1 deletion pysollib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def n_(x): # for gettext
TITLE = 'PySol'
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'

VERSION_TUPLE = (2, 20, 0)
VERSION_TUPLE = (2, 20, 1)
VERSION = '.'.join(map(str, VERSION_TUPLE))

# Tk windowing system (auto set up in init.py)
Expand Down

0 comments on commit 0bd695b

Please sign in to comment.