Skip to content

Commit

Permalink
pushed dev version of 2.15.x. to 2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Nov 22, 2022
1 parent 8f81839 commit 6603996
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
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '2.15.6'
version = '2.15.7'
# The full version, including alpha/beta/rc tags.
release = '2.15.6'
release = '2.15.7'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.
.. |grappelli| replace:: Grappelli
.. |filebrowser| replace:: FileBrowser
.. |grappelliversion| replace:: 2.15.6
.. |grappelliversion| replace:: 2.15.7

.. _index:

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |grappelli| replace:: Grappelli
.. |filebrowser| replace:: FileBrowser
.. |grappelliversion| replace:: 2.15.6
.. |grappelliversion| replace:: 2.15.7

.. _quickstart:

Expand Down
2 changes: 1 addition & 1 deletion grappelli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

VERSION = '2.15.6'
VERSION = '2.15.7'

if django.VERSION < (3, 2):
default_app_config = 'grappelli.apps.GrappelliConfig'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Grappelli",
"version": "2.15.6",
"version": "2.15.7",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name='django-grappelli',
version='2.15.6',
version='2.15.7',
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 6603996

Please sign in to comment.