mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2.16 release
This commit is contained in:
parent
99f1de637c
commit
72ee1c6aaf
3 changed files with 30 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue