Skip to content

Commit 7453145

Browse files
committed
Version bump 2.0.8
1 parent 276ba22 commit 7453145

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2012-10-26 2.0.7
28

39
- Bugfix: zips were not imported anymore because of a bug introduced in 2.0.6

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

0 commit comments

Comments
 (0)