Skip to content

Commit 92a07dc

Browse files
committed
mint new release 2.10.1
1 parent e9e19af commit 92a07dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[news]]
22
=== News
33

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
48
* _22 June, 2020:_ There is a new stable release
59
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.10.0/[PySolFC
610
v2.10.0]. New in this release:

pysollib/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def n_(x): # for gettext
3232
TITLE = 'PySol'
3333
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
3434

35-
VERSION_TUPLE = (2, 10, 0)
35+
VERSION_TUPLE = (2, 10, 1)
3636
VERSION = '.'.join(map(str, VERSION_TUPLE))
3737

3838
# Tk windowing system (auto set up in init.py)

0 commit comments

Comments
 (0)