File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Changelog
7
7
.. note :: This version is not yet released and is under active development.
8
8
9
9
10
+ 0.3.4 - 2014-05-25
11
+ ------------------
12
+
13
+ * Fixed django compatibility
14
+
10
15
0.3.3 - 2014-04-22
11
16
------------------
12
17
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '0.4'
57
+ version = '0.3. 4'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '0.4-dev '
59
+ release = '0.3.4 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def run_tests(self):
54
54
name = 'django-babel' ,
55
55
description = 'Utilities for using Babel in Django' ,
56
56
long_description = read ('README.rst' ) + u'\n \n ' + read ('CHANGELOG.rst' ),
57
- version = '0.4-dev ' ,
57
+ version = '0.3.4 ' ,
58
58
license = 'BSD' ,
59
59
author = 'Christopher Grebs' ,
60
60
You can’t perform that action at this time.
0 commit comments