mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-02 19:34:50 +02:00
bumped release to 0.7.6
This commit is contained in:
parent
87d35c7d02
commit
b2a76a8695
|
|
@ -1,6 +1,17 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
PyHamTools 0.7.6
|
||||||
|
================
|
||||||
|
|
||||||
|
29. September 2020
|
||||||
|
|
||||||
|
* Renamed "Kingdom of eSwatini" into "Kingdom of Eswatini" (#19 tnx @therrio)
|
||||||
|
* fixed the latitude in the VK9XX unit test fixture
|
||||||
|
* fixed docs - redis related example in docstring (#20 tnx @kholia)
|
||||||
|
* fixed docs - calculate distance example (#18 tnx @devnulling)
|
||||||
|
|
||||||
|
|
||||||
PyHamTools 0.7.5
|
PyHamTools 0.7.5
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION = (0, 7, 5)
|
VERSION = (0, 7, 6)
|
||||||
__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