Skip to content

Commit 28f531f

Browse files
committed
Bump version 0.8.1
1 parent 81e72c1 commit 28f531f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

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

4-
Current
5-
-------
4+
0.8.1 (2013-10-19)
5+
------------------
66

77
- Fixed management command with Django < 1.5 (fix `issue #23 <https://github.com/noirbizarre/django.js/issues/23>`_ thanks to Wasil Sergejczyk)
88
- Fixed Django CMS handling (fix `issue #25 <https://github.com/noirbizarre/django.js/issues/25>`_ thanks to Wasil Sergejczyk)

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

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.dev",
19+
"version": "0.8.1",
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.dev'
6+
__version__ = '0.8.1'
77
__description__ = "Django JS Tools"
88

99
#: Packaged jQuery version

0 commit comments

Comments
 (0)