mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
prepare for v2.6.4 release.
This commit is contained in:
parent
9bf8f475bb
commit
918f177acc
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
[[news]]
|
||||
=== News
|
||||
|
||||
* _25 April, 2019:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.4/[PySolFC
|
||||
v2.6.4]. New in this release:
|
||||
** A https://github.com/shlomif/PySolFC/issues/107[new logo] thanks to @ghostofiht.
|
||||
** Fix for https://github.com/shlomif/PySolFC/issues/110[Freezes] (pygame upgrade)
|
||||
** Fixed https://github.com/shlomif/PySolFC/issues/111[Three Peaks scoring].
|
||||
* _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:
|
||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
|||
TITLE = 'PySol'
|
||||
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
||||
|
||||
VERSION_TUPLE = (2, 6, 3)
|
||||
VERSION_TUPLE = (2, 6, 4)
|
||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||
|
||||
# Tk windowing system (auto set up in init.py)
|
||||
|
|
Loading…
Add table
Reference in a new issue