Skip to content

Commit

Permalink
Bump version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Oct 19, 2013
1 parent 81e72c1 commit 28f531f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

Current
-------
0.8.1 (2013-10-19)
------------------

- Fixed management command with Django < 1.5 (fix `issue #23 <https://github.com/noirbizarre/django.js/issues/23>`_ thanks to Wasil Sergejczyk)
- Fixed Django CMS handling (fix `issue #25 <https://github.com/noirbizarre/django.js/issues/25>`_ thanks to Wasil Sergejczyk)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -58,4 +58,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
Documentation
=============

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.8.1/>`_
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -16,7 +16,7 @@
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "0.8.1.dev",
"version": "0.8.1",
"main": [
"djangojs/static/js/djangojs/django.js",
"djangojs/static/js/djangojs/django.min.js"
Expand Down
2 changes: 1 addition & 1 deletion djangojs/__init__.py
Expand Up @@ -3,7 +3,7 @@
Django.js provide better integration of javascript into Django.
'''

__version__ = '0.8.1.dev'
__version__ = '0.8.1'
__description__ = "Django JS Tools"

#: Packaged jQuery version
Expand Down

0 comments on commit 28f531f

Please sign in to comment.