We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394e31d commit b7ab516Copy full SHA for b7ab516
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.3.9 - 2014-12-24
5
+------------------
6
+
7
+* Fix dependencies on Django/Babel to use lower-case egg names.
8
9
0.3.8 - 2014-10-14
10
------------------
11
setup.py
@@ -54,7 +54,7 @@ def run_tests(self):
54
name='django-babel',
55
description='Utilities for using Babel in Django',
56
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57
- version='0.3.8',
+ version='0.3.9',
58
license='BSD',
59
author='Christopher Grebs',
60
author_email='[email protected]',
0 commit comments