mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
updated to v.0.8.1
This commit is contained in:
parent
adbd605fbd
commit
bf785f45f5
|
|
@ -1,6 +1,15 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
PyHamtools 0.8.1
|
||||||
|
================
|
||||||
|
|
||||||
|
05. December 2022
|
||||||
|
|
||||||
|
* removed debug print statement from QRZ.com queries
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PyHamtools 0.8.0
|
PyHamtools 0.8.0
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION = (0, 8, 0)
|
VERSION = (0, 8, 1)
|
||||||
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
||||||
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))
|
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue