File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2013-06-26 2.0.8
2
+
3
+ - Merge #22: ugettext_lazy instead of ugettext.
4
+ - Added Aaron VanDerlip to AUTHORS.
5
+ - Promoted dev status to 5 Stable.
6
+
1
7
2012-10-26 2.0.7
2
8
3
9
- Bugfix: zips were not imported anymore because of a bug introduced in 2.0.6
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.7 '
69
+ release = '2.0.8 '
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.7 ' ,
13
+ version = '2.0.8 ' ,
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