renamed Swaziland into Kingdom of eSwatini

This commit is contained in:
Tobias Wellnitz, DH1TW 2019-11-27 03:10:08 +01:00
parent 21f624c4c7
commit c8fb844e2d
7 changed files with 64759 additions and 57238 deletions

View file

@ -1,7 +1,7 @@
{
"Canada": 1,
"Kingman Reef": 134,
"Swaziland": 468,
"Kingdom of eSwatini": 468,
"Cameroon": 406,
"Burkina Faso": 480,
"Turkmenistan": 280,

View file

@ -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])))