Prepare for 0.4.0

This commit is contained in:
Christopher Grebs 2015-04-22 16:08:29 +02:00
parent 3779bd450a
commit ee3abc61c3
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
Changelog
=========
0.4.0 - 2015-04-22
------------------
* Add compatibility for Django 1.8
* Add compatibility for latest django master
* Various python 3 fixes
0.3.9 - 2014-12-24
------------------

View File

@ -37,7 +37,7 @@ setup(
name='django-babel',
description='Utilities for using Babel in Django',
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
version='0.3.9',
version='0.4.0',
license='BSD',
author='Christopher Grebs',
author_email='cg@webshox.org',