mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
pyhamtools version v0.7.8
This commit is contained in:
parent
c073ddf048
commit
d5f3f1be84
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
PyHamTools 0.7.8
|
||||
================
|
||||
|
||||
04. December 2021
|
||||
|
||||
* Updated Clublog's (CDN based) URL for downloading the Prefixes and Exceptions XML
|
||||
|
||||
PyHamTools 0.7.7
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 7, 7)
|
||||
VERSION = (0, 7, 8)
|
||||
__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