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 9610396 commit 1828a37Copy full SHA for 1828a37
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.6.1 - 2017-07-20
5
+------------------
6
+
7
+* compatibility with Django 1.11 added
8
9
0.6.0 - 2017-04-25
10
------------------
11
setup.py
@@ -15,7 +15,7 @@ def read(*parts):
15
name='django-babel',
16
description='Utilities for using Babel in Django',
17
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
18
- version='0.6.0',
+ version='0.6.1',
19
license='BSD',
20
author='Christopher Grebs',
21
author_email='cg@webshox.org',
0 commit comments