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 3779bd4 commit ee3abc6Copy full SHA for ee3abc6
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+0.4.0 - 2015-04-22
5
+------------------
6
+
7
+* Add compatibility for Django 1.8
8
+* Add compatibility for latest django master
9
+* Various python 3 fixes
10
11
12
0.3.9 - 2014-12-24
13
------------------
14
setup.py
@@ -37,7 +37,7 @@ def read(*parts):
37
name='django-babel',
38
description='Utilities for using Babel in Django',
39
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
40
- version='0.3.9',
+ version='0.4.0',
41
license='BSD',
42
author='Christopher Grebs',
43
author_email='[email protected]',
0 commit comments