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 5326edf commit 512017dCopy full SHA for 512017d
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=========
3
4
+0.3.0 (unreleased)
5
+------------------
6
+
7
+- Nothing changed yet.
8
9
10
0.2.3 (2013-12-11)
11
------------------
12
setup.py
@@ -17,7 +17,7 @@
17
setup(
18
name = 'django-babel',
19
description = 'Utilities for using Babel in Django',
20
- version = '0.2.3',
+ version='0.3.0.dev0',
21
license = 'BSD',
22
author = 'Edgewall Software',
23
author_email = '[email protected]',
0 commit comments