pyhamtools version v0.7.8

This commit is contained in:
Tobias Wellnitz, DH1TW 2021-12-05 13:12:20 +01:00
parent c073ddf048
commit d5f3f1be84
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Changelog 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 PyHamTools 0.7.7
================ ================

View file

@ -1,3 +1,3 @@
VERSION = (0, 7, 7) VERSION = (0, 7, 8)
__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])))