Skip to content

Commit

Permalink
pushed dev version for 4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Apr 25, 2024
1 parent 8733d26 commit 47c1244
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 = "4.0.1"
version = "4.0.2"
# The full version, including alpha/beta/rc tags.
release = "4.0.1"
release = "4.0.2"

# 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:: 4.0.1
.. |grappelliversion| replace:: 4.0.2

.. _index:

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

.. _quickstart:

Expand Down
2 changes: 1 addition & 1 deletion grappelli/__init__.py
@@ -1 +1 @@
VERSION = "4.0.1"
VERSION = "4.0.2"
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "django-grappelli",
"version": "4.0.1",
"version": "4.0.2",
"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="4.0.1",
version="4.0.2",
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 47c1244

Please sign in to comment.