mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
bump version to 2.6.3
This commit is contained in:
parent
7593aaed4c
commit
0696750457
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
[[news]]
|
||||
=== News
|
||||
|
||||
* _7 April, 2019:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.3/[PySolFC
|
||||
v2.6.3]. New in this release:
|
||||
** Compatibility with Pillow 6.x - https://github.com/shlomif/PySolFC/issues/108
|
||||
** Restore the "Save games geometry" feature - https://github.com/shlomif/PySolFC/issues/84
|
||||
** Added a NEWS.asciidoc file.
|
||||
* _4 March, 2019:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.2/[PySolFC
|
||||
v2.6.2]. New in this release:
|
||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
|||
TITLE = 'PySol'
|
||||
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
||||
|
||||
VERSION_TUPLE = (2, 6, 2)
|
||||
VERSION_TUPLE = (2, 6, 3)
|
||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||
|
||||
# Tk windowing system (auto set up in init.py)
|
||||
|
|
Loading…
Add table
Reference in a new issue