File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2012-10-26 2.0.5
2
11
3
12
- Optimized cities_light command, from 400M of RAM used to 30M on
4
13
django-autocomplete-light's test project. Thanks sandino for reporting.
14
+ - Made --force-import less picky on arguments
5
15
6
16
2012-08-22 2.0.4
7
17
Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = '2.0'
68
68
# The full version, including alpha/beta/rc tags.
69
- release = '2.0.5 '
69
+ release = '2.0.6 '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(fname):
10
10
11
11
setup (
12
12
name = 'django-cities-light' ,
13
- version = '2.0.5 ' ,
13
+ version = '2.0.6 ' ,
14
14
description = 'Simple alternative to django-cities' ,
15
15
author = 'James Pic' ,
16
16
You can’t perform that action at this time.
0 commit comments