We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f8cb4 commit cd110b1Copy full SHA for cd110b1
2 files changed
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.3.6 - 2014-10-05
5
+------------------
6
+
7
+* Django 1.7 compatibility
8
9
10
0.3.5 - 2014-09-10
11
------------------
12
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.5',
+ version='0.3.6',
58
license='BSD',
59
author='Christopher Grebs',
60
author_email='cg@webshox.org',
0 commit comments