We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db274d commit 2fa3742Copy full SHA for 2fa3742
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Current
5
+-------
6
+
7
+- nothing yet
8
9
10
0.8.0 (2013-07-14)
11
------------------
12
README.rst
@@ -52,4 +52,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
52
Documentation
53
=============
54
55
-The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/0.8.0/>`_
+The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/latest/>`_
djangojs/__init__.py
@@ -3,7 +3,7 @@
Django.js provide better integration of javascript into Django.
'''
-__version__ = '0.8.0'
+__version__ = '0.8.1.dev'
__description__ = "Django JS Tools"
#: Packaged jQuery version
0 commit comments