We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d40e5 commit 398f217Copy full SHA for 398f217
CHANGELOG
@@ -1,3 +1,7 @@
1
+2012-08-22 2.0.4
2
+
3
+ - Avoid indexing of search_names on MySQL
4
5
2012-08-22 2.0.3
6
7
- Hint the user about MySQL's issue with migration 0003
docs/source/conf.py
@@ -66,7 +66,7 @@
66
# The short X.Y version.
67
version = '2.0'
68
# The full version, including alpha/beta/rc tags.
69
-release = '2.0.3'
+release = '2.0.4'
70
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
# for a list of supported languages.
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
11
setup(
12
name='django-cities-light',
13
- version='2.0.3',
+ version='2.0.4',
14
description='Simple alternative to django-cities',
15
author='James Pic',
16
author_email='[email protected]',
0 commit comments