File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
[[news]]
2
2
=== News
3
3
4
+ * _3 July, 2020:_ There is a new stable release
5
+ https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.10.1/[PySolFC
6
+ v2.10.1]. New in this release:
7
+ ** Bug fix: allow to use the freecell_solver.py Python bindings without needing to have the "fc-solve" executable in the path
4
8
* _22 June, 2020:_ There is a new stable release
5
9
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.10.0/[PySolFC
6
10
v2.10.0]. New in this 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.net/'
34
34
35
- VERSION_TUPLE = (2 , 10 , 0 )
35
+ VERSION_TUPLE = (2 , 10 , 1 )
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