Skip to content

Commit e011052

Browse files
committed
Version bump 2.0.9
1 parent 39770a3 commit e011052

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

AUTHORS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
- Piet Delport
22
- Riccardo Magliocchetti
3-
- mpasternak
3+
- Mike Mepham
44
- Murph Murphy
5+
- Michał Pasternak
56
- James Pic
7+
- Jeff Rudokas
68
- Aaron VanDerlip @aaronvanderlip

CHANGELOG

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2013-07-30 2.0.9
2+
3+
Awesome contributions were merged:
4+
5+
- Fixed bug in city migration where if there were two cities in the same
6+
country with the same name only the first would be imported. This was due
7+
to not taking into account the region checking for the records existence
8+
before creating a new one.
9+
- Increase performance by caching region_id and country_id in migration
10+
function variables.
11+
- Added debugging flag '--verify-city-import' which cerifies city import
12+
and print out missing cities. For debug purposes only.
13+
- Fixed bug in city migration where if the name_ascii field is null it
14+
would set the slug name as 'city.' It now sets it to the geoname_id.
15+
- Added to AUTHORS: Mike Mepham, Jeff Rudokas
16+
117
2013-06-26 2.0.8
218

319
- Merge #22: ugettext_lazy instead of ugettext.

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = '2.0'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '2.0.8'
69+
release = '2.0.9'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
1212
name='django-cities-light',
13-
version='2.0.8',
13+
version='2.0.9',
1414
description='Simple alternative to django-cities',
1515
author='James Pic',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)