Skip to content

Commit df829a2

Browse files
committed
Version bump 2.0.6
1 parent 12c17fb commit df829a2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
2012-10-26 2.0.6
2+
3+
- Don't re-extract downloaded files over and over again,
4+
- Bugfix: removed import of pympler
5+
- Setup travis to test that database installation works on both postgres
6+
and mysql. It was working indeed but we just have it continuously tested
7+
now.
8+
- Made --force less picky on arguments
9+
110
2012-10-26 2.0.5
211

312
- Optimized cities_light command, from 400M of RAM used to 30M on
413
django-autocomplete-light's test project. Thanks sandino for reporting.
14+
- Made --force-import less picky on arguments
515

616
2012-08-22 2.0.4
717

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.5'
69+
release = '2.0.6'
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.5',
13+
version='2.0.6',
1414
description='Simple alternative to django-cities',
1515
author='James Pic',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)