Skip to content

Commit

Permalink
pushed version for 3.x dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Apr 25, 2024
1 parent 51691a2 commit 35aea9b
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 = "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.
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:: 3.0.9
.. |grappelliversion| replace:: 3.0.10

.. _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:: 3.0.9
.. |grappelliversion| replace:: 3.0.10

.. _quickstart:

Expand Down
2 changes: 1 addition & 1 deletion grappelli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.0.9"
VERSION = "3.0.10"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
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="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",
Expand Down

0 comments on commit 35aea9b

Please sign in to comment.