Skip to content

Commit

Permalink
2.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed May 10, 2022
1 parent 99f1de6 commit 72ee1c6
Show file tree
Hide file tree
Showing 3 changed files with 30 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
* _10 May, 2022_ There is a new stable release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.16.0/[PySolFC
v2.16.0]. Anyone upgrading from a version prior to 2.15.0 should read the notes for that version before upgrading. New in this release:
** Enhancements to many images and graphical displays.
** More game rules in the documentation.
** Bugfixes, cleanup, and other enhancements.
* _12 March, 2022_ There is a new beta release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/[PySolFC
v2.15.0]. Additionally, there is a new Cardsets release https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/PySolFC-Cardsets-2.1/[PySolFC-Cardsets v.2.1]
Expand Down
23 changes: 23 additions & 0 deletions html-src/news.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
<h1>What's New?</h1>
<ul>
<li>
<p><em>10 May, 2022:</em> There is a new stable release
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.16.0/">PySolFC
v2.16.0</a>. Anyone upgrading from a version prior to 2.15.0 should read the notes for that
version before upgrading. New in this release:</p>
<ul>
<li>
<p>
Enhancements to many images and graphical displays.
</p>
</li>
<li>
<p>
More game rules in the documentation.
</p>
</li>
<li>
<p>
Bugfixes, cleanup, and other enhancements.
</p>
</li>
</ul>
</li>
<li>
<p><em>12 March, 2022:</em> There is a new beta release
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/">PySolFC
v2.15.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, 15, 0)
VERSION_TUPLE = (2, 16, 0)
VERSION = '.'.join(map(str, VERSION_TUPLE))

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

0 comments on commit 72ee1c6

Please sign in to comment.