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 9302547 commit daec26dCopy full SHA for daec26d
CHANGELOG.rst
@@ -1,10 +1,8 @@
1
Changelog
2
=========
3
4
-0.4 - `master`_
5
----------------
6
-
7
-.. note:: This version is not yet released and is under active development.
+0.3.5 - 2014-09-10
+------------------
8
9
* Create .po and .pot files if not existing, plus it's specific base directories.
10
setup.py
@@ -54,7 +54,7 @@ def run_tests(self):
54
name='django-babel',
55
description='Utilities for using Babel in Django',
56
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57
- version='0.3.4',
+ version='0.3.5',
58
license='BSD',
59
author='Christopher Grebs',
60
author_email='[email protected]',
0 commit comments