mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
bumped docs
This commit is contained in:
parent
121f684c53
commit
39f1cbf2a5
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
PyHamtools 0.11.0
|
||||
================
|
||||
|
||||
02. March 2025
|
||||
|
||||
* added support for Python 3.13
|
||||
|
||||
PyHamtools 0.10.0
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 10, 0)
|
||||
VERSION = (0, 11, 0)
|
||||
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
||||
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))
|
||||
|
|
|
|||
Loading…
Reference in a new issue