mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2.20.1 release
This commit is contained in:
parent
e932affd3f
commit
0bd695b26d
3 changed files with 29 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
[[news]]
|
[[news]]
|
||||||
=== News
|
=== News
|
||||||
|
* _16 April, 2023:_ There is a new stable release
|
||||||
|
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.1/[PySolFC
|
||||||
|
v2.20.1]. New in this release:
|
||||||
|
** The release packages have been updated to use the latest version of Python, and all the dependent libraries.
|
||||||
|
** New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install).
|
||||||
|
** Bugfixes and other enhancements.
|
||||||
* _26 February, 2023:_ There is a new stable release
|
* _26 February, 2023:_ There is a new stable release
|
||||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/[PySolFC
|
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/[PySolFC
|
||||||
v2.20.0]. Additionally, there is a new Cardsets release
|
v2.20.0]. Additionally, there is a new Cardsets release
|
||||||
|
|
|
@ -1,6 +1,28 @@
|
||||||
<h1>What's New?</h1>
|
<h1>What's New?</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
<p><em>16 April, 2023:</em> There is a new stable release
|
||||||
|
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.1/">PySolFC
|
||||||
|
v2.20.1</a>. New in this release:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>
|
||||||
|
The release packages have been updated to use the latest version of Python, and all the dependent libraries.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>
|
||||||
|
New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install).
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>
|
||||||
|
Bugfixes and other enhancements.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<p><em>26 February, 2023:</em> There is a new stable release
|
<p><em>26 February, 2023:</em> There is a new stable release
|
||||||
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/">PySolFC
|
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/">PySolFC
|
||||||
v2.20.0</a>. Additionally, there is a new Cardsets release
|
v2.20.0</a>. Additionally, there is a new Cardsets release
|
||||||
|
|
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
||||||
TITLE = 'PySol'
|
TITLE = 'PySol'
|
||||||
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
|
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
|
||||||
|
|
||||||
VERSION_TUPLE = (2, 20, 0)
|
VERSION_TUPLE = (2, 20, 1)
|
||||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||||
|
|
||||||
# Tk windowing system (auto set up in init.py)
|
# Tk windowing system (auto set up in init.py)
|
||||||
|
|
Loading…
Add table
Reference in a new issue