diff --git a/docs/conf.py b/docs/conf.py index b39535c30..65ca491b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = "3.0.9" +version = "3.0.10" # The full version, including alpha/beta/rc tags. -release = "3.0.9" +release = "3.0.10" # 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 0af2452d3..3c2138d78 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.9 +.. |grappelliversion| replace:: 3.0.10 .. _index: diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 21ce74d62..627547e09 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,6 +1,6 @@ .. |grappelli| replace:: Grappelli .. |filebrowser| replace:: FileBrowser -.. |grappelliversion| replace:: 3.0.9 +.. |grappelliversion| replace:: 3.0.10 .. _quickstart: diff --git a/grappelli/__init__.py b/grappelli/__init__.py index 3286ff9cf..97722861c 100644 --- a/grappelli/__init__.py +++ b/grappelli/__init__.py @@ -1 +1 @@ -VERSION = "3.0.9" +VERSION = "3.0.10" diff --git a/package.json b/package.json index b8514f80c..93f473629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-grappelli", - "version": "3.0.9", + "version": "3.0.10", "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 41bee1d69..bc02183da 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name="django-grappelli", - version="3.0.9", + version="3.0.10", description="A jazzy skin for the Django Admin-Interface.", long_description=read("README.rst"), url="http://django-grappelli.readthedocs.org",