mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
added 0.5.5 to version.py
This commit is contained in:
parent
b4613f92e9
commit
2ff8741ab8
|
|
@ -8,6 +8,7 @@ PyHamTools 0.5.5
|
||||||
|
|
||||||
* Refined callsign detection rule for two digit prefix with appendix (e.g. 7N0ERX/1)
|
* Refined callsign detection rule for two digit prefix with appendix (e.g. 7N0ERX/1)
|
||||||
* Refined callsign detection rule for callsigns with two appendixes (e.g. SV8GXQ/P/QRP)
|
* Refined callsign detection rule for callsigns with two appendixes (e.g. SV8GXQ/P/QRP)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PyHamTools 0.5.4
|
PyHamTools 0.5.4
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#VERSION = (0, 5, 0, 'dev')
|
#VERSION = (0, 5, 0, 'dev')
|
||||||
VERSION = (0, 5, 4)
|
VERSION = (0, 5, 5)
|
||||||
__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