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 58c6868 commit b168950Copy full SHA for b168950
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.3.7 - 2014-10-14
5
+------------------
6
+
7
+* Fix Python 3.x compatibility in `babel makemessages` command.
8
9
0.3.6 - 2014-10-05
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.6',
+ version='0.3.7',
58
license='BSD',
59
author='Christopher Grebs',
60
author_email='[email protected]',
0 commit comments