Skip to content

Commit cd82eb0

Browse files
committed
Prepare for 0.3.4
1 parent 1138b2a commit cd82eb0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Changelog
77
.. note:: This version is not yet released and is under active development.
88

99

10+
0.3.4 - 2014-05-25
11+
------------------
12+
13+
* Fixed django compatibility
14+
1015
0.3.3 - 2014-04-22
1116
------------------
1217

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.4'
57+
version = '0.3.4'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.4-dev'
59+
release = '0.3.4'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

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.4-dev',
57+
version='0.3.4',
5858
license='BSD',
5959
author='Christopher Grebs',
6060
author_email='[email protected]',

0 commit comments

Comments
 (0)