File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
[[news]]
2
2
=== 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.
3
9
* _12 March, 2022_ There is a new beta release
4
10
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/[PySolFC
5
11
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]
Original file line number Diff line number Diff line change 1
1
< h1 > What's New?</ h1 >
2
2
< ul >
3
3
< 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 >
4
27
< p > < em > 12 March, 2022:</ em > There is a new beta release
5
28
< a href ="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/ "> PySolFC
6
29
v2.15.0</ a > . Additionally, there is a new Cardsets release
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def n_(x): # for gettext
32
32
TITLE = 'PySol'
33
33
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
34
34
35
- VERSION_TUPLE = (2 , 15 , 0 )
35
+ VERSION_TUPLE = (2 , 16 , 0 )
36
36
VERSION = '.' .join (map (str , VERSION_TUPLE ))
37
37
38
38
# Tk windowing system (auto set up in init.py)
You can’t perform that action at this time.
0 commit comments