diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8446ad0..31cfe27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -Current -------- +0.8.1 (2013-10-19) +------------------ - Fixed management command with Django < 1.5 (fix `issue #23 `_ thanks to Wasil Sergejczyk) - Fixed Django CMS handling (fix `issue #25 `_ thanks to Wasil Sergejczyk) diff --git a/README.rst b/README.rst index a502e9c..8a8a9f7 100644 --- a/README.rst +++ b/README.rst @@ -58,4 +58,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``: Documentation ============= -The documentation is hosted `on Read the Docs `_ +The documentation is hosted `on Read the Docs `_ diff --git a/bower.json b/bower.json index c999414..b8471f0 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/djangojs/__init__.py b/djangojs/__init__.py index 4ca7d70..e0b4dc0 100644 --- a/djangojs/__init__.py +++ b/djangojs/__init__.py @@ -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