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 833c329 commit e63c88aCopy full SHA for e63c88a
CHANGELOG.rst
@@ -1,7 +1,13 @@
1
Changelog
2
=========
3
4
-0.6.1 - 2017-07-20
+0.6.2 (unreleased)
5
+------------------
6
+
7
+- Nothing changed yet.
8
9
10
+0.6.1 (2017-12-18)
11
------------------
12
13
* compatibility with Django 1.11 added
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.1',
+ version='0.6.2.dev0',
19
license='BSD',
20
author='Christopher Grebs',
21
author_email='[email protected]',
0 commit comments