Skip to content

Commit

Permalink
pushed dev version to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Aug 15, 2023
1 parent 67b002f commit 3e2237f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
@@ -1,6 +1,6 @@
.. |grappelli| replace:: Grappelli
.. |filebrowser| replace:: FileBrowser
.. |grappelliversion| replace:: 3.0.7
.. |grappelliversion| replace:: 3.0.8

.. _quickstart:

Expand Down
2 changes: 1 addition & 1 deletion grappelli/__init__.py
@@ -1 +1 @@
VERSION = '3.0.7'
VERSION = '3.0.8'
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 3e2237f

Please sign in to comment.