Skip to content

Commit ca6d44d

Browse files
committed
Update to version 0.8.2.dev for next development cycle
1 parent 28f531f commit ca6d44d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

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

4+
Current
5+
-------
6+
7+
- Nothing yet
8+
49
0.8.1 (2013-10-19)
510
------------------
611

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
5858
Documentation
5959
=============
6060

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
1717
}
1818
],
19-
"version": "0.8.1",
19+
"version": "0.8.2.dev",
2020
"main": [
2121
"djangojs/static/js/djangojs/django.js",
2222
"djangojs/static/js/djangojs/django.min.js"

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.1'
6+
__version__ = '0.8.2.dev'
77
__description__ = "Django JS Tools"
88

99
#: Packaged jQuery version

0 commit comments

Comments
 (0)