Skip to content

Commit 2fa3742

Browse files
committed
Updated to version 0.8.1.dev for next development cycle
1 parent 1db274d commit 2fa3742

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Current
5+
-------
6+
7+
- nothing yet
8+
9+
410
0.8.0 (2013-07-14)
511
------------------
612

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
5252
Documentation
5353
=============
5454

55-
The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/0.8.0/>`_
55+
The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/latest/>`_

djangojs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Django.js provide better integration of javascript into Django.
44
'''
55

6-
__version__ = '0.8.0'
6+
__version__ = '0.8.1.dev'
77
__description__ = "Django JS Tools"
88

99
#: Packaged jQuery version

0 commit comments

Comments
 (0)