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 f9ce542 commit ec0ebfaCopy full SHA for ec0ebfa
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.6.0 - 2017-04-25
5
+------------------
6
+
7
+* compatibility with unsupported Django versions (<1.8) is dropped
8
+* compatibility with Django 1.10+ middlewares was added
9
10
0.5.1 - 2016-03-30
11
------------------
12
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.5.1',
+ version='0.6.0',
19
license='BSD',
20
author='Christopher Grebs',
21
author_email='[email protected]',
0 commit comments