Skip to content

Commit ee3abc6

Browse files
committed
Prepare for 0.4.0
1 parent 3779bd4 commit ee3abc6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
0.3.9 - 2014-12-24
513
------------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read(*parts):
3737
name='django-babel',
3838
description='Utilities for using Babel in Django',
3939
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
40-
version='0.3.9',
40+
version='0.4.0',
4141
license='BSD',
4242
author='Christopher Grebs',
4343
author_email='[email protected]',

0 commit comments

Comments
 (0)