We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac756b commit 4fda5a6Copy full SHA for 4fda5a6
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Current
5
--------
+0.3.2 (2012-11-10)
+------------------
6
7
- optionnal support for Django Absolute
8
README.rst
@@ -47,4 +47,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
47
Documentation
48
=============
49
50
-The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/latest/>`_
+The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/0.3.2/>`_
djangojs/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.4.dev'
+__version__ = '0.3.2'
__description__ = "Django JS Tools"
0 commit comments