diff --git a/docs/conf.py b/docs/conf.py index 174c597e3..768e388a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '3.0.7' +version = '3.0.8' # The full version, including alpha/beta/rc tags. -release = '3.0.7' +release = '3.0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 6b43b3e09..209bfabea 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ contain the root `toctree` directive. .. |grappelli| replace:: Grappelli .. |filebrowser| replace:: FileBrowser -.. |grappelliversion| replace:: 3.0.7 +.. |grappelliversion| replace:: 3.0.8 .. _index: diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 8c1a95cab..d2440df57 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,6 +1,6 @@ .. |grappelli| replace:: Grappelli .. |filebrowser| replace:: FileBrowser -.. |grappelliversion| replace:: 3.0.7 +.. |grappelliversion| replace:: 3.0.8 .. _quickstart: diff --git a/grappelli/__init__.py b/grappelli/__init__.py index 6152cdccd..6ffdbae44 100644 --- a/grappelli/__init__.py +++ b/grappelli/__init__.py @@ -1 +1 @@ -VERSION = '3.0.7' +VERSION = '3.0.8' diff --git a/package.json b/package.json index 1705406fe..e60842697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Grappelli", - "version": "3.0.7", + "version": "3.0.8", "description": "A jazzy skin for the Django admin interface", "author": "Patrick Kranzlmueller, Axel Swoboda", "license": "New BSD", diff --git a/setup.py b/setup.py index 24dcd3361..f8c36b6a7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name='django-grappelli', - version='3.0.7', + version='3.0.8', description='A jazzy skin for the Django Admin-Interface.', long_description=read('README.rst'), url='http://django-grappelli.readthedocs.org',