-
Notifications
You must be signed in to change notification settings - Fork 40
/
CHANGES
163 lines (96 loc) · 3.03 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Changes
=======
2.1.1 - July 11, 2022
---------------------
* Move install metadata from ``setup.py`` to ``setup.cfg``
* Add py.typed to source distribution
2.1.0 - July 11, 2022
---------------------
* Updated entries
- "Turkey" changed to "Türkiye"
2.0.2 - Sep 20, 2021
--------------------
* Add the ``py.typed`` marker file in accordance with PEP 561
2.0.1 - Sep 14, 2021
--------------------
* Add ``python_requires`` to ``setup.py``
2.0.0 - Sep 14, 2021
--------------------
* Add type hints throughout codebase (thanks blokje!)
* Drop support for Python versions prior to 3.6
1.0.1 - Dec 13, 2019
--------------------
* Include test files in source distribution (thanks pmosetc!)
* Added all Python 3 versions to tox.ini and supported list
1.0 - March 19, 2018
--------------------
* Updated entries
- "Macedonia, the former Yugoslav Republic of" changed to "North
Macedonia" (effective 2019-03-13)
- Added numeric code 983 for Kosovo to mirror usage by the National
Statistical Office of Canada (thanks betaboon!)
0.9 - July 21, 2018
-------------------
* Updated entries
- New entry for Kosovo (XK / XKX)
- Swaziland changed to Eswatini (effective 2018-07-16)
0.8 - February 5, 2017
-----------------------
* Updated entries
- Czechia (changed 2016-09)
- United Kingdom of Great Britain and Northern Ireland (changed
2014-12)
0.7 - February 13, 2015
-----------------------
* Added new attribute ``apolitical_name`` to Country. This field
reflects the ISO short name but has unnecessarily inflammatory
modifiers removed.
Specifically: "Taiwan, Province of China" maps to "Taiwan" and
"Palestine, State of" maps to "Palestine."
* Updated entries
- Holy See (changed in 2014-12)
* CountryLookup now raises KeyError when passed an unknown integer
rather than AttributeError. (thanks unsignedint!)
0.6 - September 28, 2014
------------------------
* Updated entries
- Cabo Verde (changed in 2013-11)
* Documented the dictionaries used for looking up countries by alpha2,
etc. (thanks brunetton!)
0.5 - February 13, 2014
-----------------------
* Added ``__contains__`` to CountryLookup (thanks tomako!)
* Current through ISO newsletter VI-16
- No changes needed
0.4 - February 14, 2013
-----------------------
* Current through ISO newsletter VI-14
* Updated entries
- Palestine
0.3 - September 4, 2012
-----------------------
* Current through ISO newsletter VI-13
* Fix changes from 0.2 (thanks vincentfretin!):
- Venezuela
- Saint Helena
- Bolivia
0.2 - March 26, 2012
--------------------
* Current through ISO newsletter VI-12
* Added missing entry for Afghanistan
* Updated entries
- Bolivia (ISO Newsletter VI-6)
- Libya (VI-11)
- Saint Helena (VI-7)
- Sudan (VI-10)
- Venezuela (VI-5)
* New entries:
- Bonaire, Sint Eustatius and Saba (VI-8)
- Curaçao (VI-8)
- Sint Maarten (Dutch part) (VI-8)
- South Sudan (VI-10)
* Deleted entries:
- Netherlands Antilles (VI-8)
0.1 - December 14, 2010
-----------------------
* Initial release