Skip to content

Commit 71c3ccf

Browse files
committed
Bump version to 1.0
1 parent 157639c commit 71c3ccf

File tree

3 files changed

+52
-13
lines changed

3 files changed

+52
-13
lines changed

CHANGES

+47-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,33 @@
22
Changes
33
=======
44

5+
1.0 - March 19, 2018
6+
--------------------
7+
8+
* Updated entries
9+
10+
- "Macedonia, the former Yugoslav Republic of" changed to "North
11+
Macedonia" (effective 2019-03-13)
12+
13+
- Added numeric code 983 for Kosovo to mirror usage by the National
14+
Statistical Office of Canada (thanks betaboon!)
15+
516
0.9 - July 21, 2018
617
-------------------
718

819
* Updated entries
20+
921
- New entry for Kosovo (XK / XKX)
22+
1023
- Swaziland changed to Eswatini (effective 2018-07-16)
1124

1225
0.8 - February 5, 2017
1326
-----------------------
1427

1528
* Updated entries
29+
1630
- Czechia (changed 2016-09)
31+
1732
- United Kingdom of Great Britain and Northern Ireland (changed
1833
2014-12)
1934

@@ -28,6 +43,7 @@ Changes
2843
"Palestine, State of" maps to "Palestine."
2944

3045
* Updated entries
46+
3147
- Holy See (changed in 2014-12)
3248

3349
* CountryLookup now raises KeyError when passed an unknown integer
@@ -46,46 +62,66 @@ Changes
4662
-----------------------
4763

4864
* Added ``__contains__`` to CountryLookup (thanks tomako!)
65+
4966
* Current through ISO newsletter VI-16
5067
- No changes needed
5168

5269
0.4 - February 14, 2013
5370
-----------------------
5471

5572
* Current through ISO newsletter VI-14
73+
5674
* Updated entries
5775
- Palestine
5876

5977
0.3 - September 4, 2012
6078
-----------------------
6179

6280
* Current through ISO newsletter VI-13
81+
6382
* Fix changes from 0.2 (thanks vincentfretin!):
83+
6484
- Venezuela
85+
6586
- Saint Helena
87+
6688
- Bolivia
6789

6890
0.2 - March 26, 2012
6991
--------------------
7092

7193
* Current through ISO newsletter VI-12
94+
7295
* Added missing entry for Afghanistan
96+
7397
* Updated entries
74-
- Bolivia (ISO Newsletter VI-6)
75-
- Libya (VI-11)
76-
- Saint Helena (VI-7)
77-
- Sudan (VI-10)
78-
- Venezuela (VI-5)
98+
99+
- Bolivia (ISO Newsletter VI-6)
100+
101+
- Libya (VI-11)
102+
103+
- Saint Helena (VI-7)
104+
105+
- Sudan (VI-10)
106+
107+
- Venezuela (VI-5)
108+
79109
* New entries:
80-
- Bonaire, Sint Eustatius and Saba (VI-8)
81-
- Curaçao (VI-8)
82-
- Sint Maarten (Dutch part) (VI-8)
83-
- South Sudan (VI-10)
110+
111+
- Bonaire, Sint Eustatius and Saba (VI-8)
112+
113+
- Curaçao (VI-8)
114+
115+
- Sint Maarten (Dutch part) (VI-8)
116+
117+
- South Sudan (VI-10)
118+
84119
* Deleted entries:
85-
- Netherlands Antilles (VI-8)
120+
121+
- Netherlands Antilles (VI-8)
86122

87123

88124
0.1 - December 14, 2010
89125
-----------------------
90126

91-
- Initial release
127+
* Initial release

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:Authors:
66
Mike Spindel
7-
:Version: 0.9
7+
:Version: 1.0
88

99

1010
ISO 3166-1 defines two-letter, three-letter, and three-digit country

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414

1515
setup(name='iso3166',
16-
version="0.9",
16+
version="1.0",
1717
author="Mike Spindel",
1818
author_email="[email protected]",
1919
license="MIT",
@@ -33,4 +33,7 @@ def read(fname):
3333
"Programming Language :: Python :: 2.7",
3434
"Programming Language :: Python :: 3",
3535
"Programming Language :: Python :: 3.4",
36+
"Programming Language :: Python :: 3.5",
37+
"Programming Language :: Python :: 3.6",
38+
"Programming Language :: Python :: 3.7",
3639
])

0 commit comments

Comments
 (0)