mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
renamed Swaziland into Kingdom of eSwatini
This commit is contained in:
parent
21f624c4c7
commit
c8fb844e2d
|
|
@ -40,6 +40,8 @@ versions:
|
|||
* Python 3.4
|
||||
* Python 3.5
|
||||
* Python 3.6
|
||||
* Python 3.7
|
||||
* Python 3.8
|
||||
* [pypy](https://pypy.org/) (Python 2)
|
||||
|
||||
## Documentation
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
PyHamTools 0.7.4
|
||||
================
|
||||
|
||||
27. November 2019
|
||||
|
||||
* Renamed "Swaziland" into "Kingdom of eSwatini"
|
||||
|
||||
|
||||
PyHamTools 0.7.3
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Canada": 1,
|
||||
"Kingman Reef": 134,
|
||||
"Swaziland": 468,
|
||||
"Kingdom of eSwatini": 468,
|
||||
"Cameroon": 406,
|
||||
"Burkina Faso": 480,
|
||||
"Turkmenistan": 280,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 7, 3)
|
||||
VERSION = (0, 7, 4)
|
||||
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
||||
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))
|
||||
|
|
|
|||
10765
test/fixtures/cty.plist
vendored
10765
test/fixtures/cty.plist
vendored
File diff suppressed because it is too large
Load diff
111216
test/fixtures/cty.xml
vendored
111216
test/fixtures/cty.xml
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -97,7 +97,7 @@ response_Prefix_VK9_starting_1976 = {
|
|||
}
|
||||
|
||||
response_Prefix_ZD5_1964_to_1971 = {
|
||||
'country': u'SWAZILAND',
|
||||
'country': u'KINGDOM OF ESWATINI',
|
||||
'adif' : 468,
|
||||
'continent': u'AF',
|
||||
'latitude': -26.30,
|
||||
|
|
|
|||
Loading…
Reference in a new issue