mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Set version to 2.14.1
This commit is contained in:
parent
fc1684c2ba
commit
5aaf6a5aa1
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
[[news]]
|
[[news]]
|
||||||
=== News
|
=== News
|
||||||
|
* _10 December, 2021:_ There is a new stable release
|
||||||
|
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.14.1/[PySolFC
|
||||||
|
v2.14.1]. This release fixes a number of bugs, including one that causes
|
||||||
|
crashes for some users when opening the select game/cardset/table tile window.
|
||||||
* _19 September, 2021:_ There is a new stable release
|
* _19 September, 2021:_ There is a new stable release
|
||||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.14.0/[PySolFC
|
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.14.0/[PySolFC
|
||||||
v2.14.0]. New in this release:
|
v2.14.0]. New in this release:
|
||||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
||||||
TITLE = 'PySol'
|
TITLE = 'PySol'
|
||||||
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
||||||
|
|
||||||
VERSION_TUPLE = (2, 14, 0)
|
VERSION_TUPLE = (2, 14, 1)
|
||||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||||
|
|
||||||
# Tk windowing system (auto set up in init.py)
|
# Tk windowing system (auto set up in init.py)
|
||||||
|
|
Loading…
Add table
Reference in a new issue