mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
mint new release 2.10.1
This commit is contained in:
parent
e9e19afc46
commit
92a07dcc2b
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
[[news]]
|
||||
=== News
|
||||
|
||||
* _3 July, 2020:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.10.1/[PySolFC
|
||||
v2.10.1]. New in this release:
|
||||
** Bug fix: allow to use the freecell_solver.py Python bindings without needing to have the "fc-solve" executable in the path
|
||||
* _22 June, 2020:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.10.0/[PySolFC
|
||||
v2.10.0]. New in this release:
|
||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
|||
TITLE = 'PySol'
|
||||
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
||||
|
||||
VERSION_TUPLE = (2, 10, 0)
|
||||
VERSION_TUPLE = (2, 10, 1)
|
||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||
|
||||
# Tk windowing system (auto set up in init.py)
|
||||
|
|
Loading…
Add table
Reference in a new issue