mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Prepare for 2.8.0 release.
See https://github.com/shlomif/PySolFC/issues/151 . Not releasing yet.
This commit is contained in:
parent
e09efe375e
commit
a34e169031
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
[[news]]
|
||||
=== News
|
||||
|
||||
* _TODO, 2020:_ There is a new stable release
|
||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.8.0/[PySolFC
|
||||
v2.8.0]. New in this release:
|
||||
** Better kivy/Android support
|
||||
** Using ttk and configobj as shipped in the python dist (instead of forked versions)
|
||||
** Requiring https://pypi.org/project/attrs/[attrs] and https://pypi.org/project/pysol-cards/[pysol-cards] from PyPI
|
||||
** Added tests, bug fixes and refactorings.
|
||||
** Add the +-g+ and +--deal+ command line options.
|
||||
* _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:
|
||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
|||
TITLE = 'PySol'
|
||||
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
||||
|
||||
VERSION_TUPLE = (2, 6, 4)
|
||||
VERSION_TUPLE = (2, 8, 0)
|
||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||
|
||||
# Tk windowing system (auto set up in init.py)
|
||||
|
|
Loading…
Add table
Reference in a new issue