Skip to content

Commit b7ab516

Browse files
committed
prepare for 0.3.9
1 parent 394e31d commit b7ab516

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
0.3.9 - 2014-12-24
5+
------------------
6+
7+
* Fix dependencies on Django/Babel to use lower-case egg names.
8+
49
0.3.8 - 2014-10-14
510
------------------
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
name='django-babel',
5555
description='Utilities for using Babel in Django',
5656
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57-
version='0.3.8',
57+
version='0.3.9',
5858
license='BSD',
5959
author='Christopher Grebs',
6060
author_email='[email protected]',

0 commit comments

Comments
 (0)