Skip to content

Commit 72ee1c6

Browse files
committed
2.16 release
1 parent 99f1de6 commit 72ee1c6

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

NEWS.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
[[news]]
22
=== News
3+
* _10 May, 2022_ There is a new stable release
4+
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.16.0/[PySolFC
5+
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:
6+
** Enhancements to many images and graphical displays.
7+
** More game rules in the documentation.
8+
** Bugfixes, cleanup, and other enhancements.
39
* _12 March, 2022_ There is a new beta release
410
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/[PySolFC
511
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]

html-src/news.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
<h1>What's New?</h1>
22
<ul>
33
<li>
4+
<p><em>10 May, 2022:</em> There is a new stable release
5+
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.16.0/">PySolFC
6+
v2.16.0</a>. Anyone upgrading from a version prior to 2.15.0 should read the notes for that
7+
version before upgrading. New in this release:</p>
8+
<ul>
9+
<li>
10+
<p>
11+
Enhancements to many images and graphical displays.
12+
</p>
13+
</li>
14+
<li>
15+
<p>
16+
More game rules in the documentation.
17+
</p>
18+
</li>
19+
<li>
20+
<p>
21+
Bugfixes, cleanup, and other enhancements.
22+
</p>
23+
</li>
24+
</ul>
25+
</li>
26+
<li>
427
<p><em>12 March, 2022:</em> There is a new beta release
528
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/">PySolFC
629
v2.15.0</a>. Additionally, there is a new Cardsets release

pysollib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def n_(x): # for gettext
3232
TITLE = 'PySol'
3333
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
3434

35-
VERSION_TUPLE = (2, 15, 0)
35+
VERSION_TUPLE = (2, 16, 0)
3636
VERSION = '.'.join(map(str, VERSION_TUPLE))
3737

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

0 commit comments

Comments
 (0)