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