mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
bumped version to 0.7.0
This commit is contained in:
parent
c52bd544bf
commit
965ca10be7
|
|
@ -1,6 +1,15 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
PyHamTools 0.7.0
|
||||
================
|
||||
|
||||
20. May 2018
|
||||
* Added FT8 to modes
|
||||
* Updated test fixtures
|
||||
* Minor fixes wrt Kosovo & AD1C Countryfiles
|
||||
|
||||
|
||||
PyHamTools 0.6.1
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 6, 1)
|
||||
VERSION = (0, 7, 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