Skip to content

Commit

Permalink
fixed release version (new release 2.15.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Oct 7, 2021
1 parent 27e18e9 commit 0de7e9c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Releases

**Grappelli is always developed against the latest stable Django release and is NOT tested with Django's master branch.**

* Grappelli 2.15.2 (October 7th, 2021): Compatible with Django 3.2 (LTS)
* Grappelli 2.15.3 (October 7th, 2021): Compatible with Django 3.2 (LTS)
* Grappelli 2.14.4 (April 15th, 2021): Compatible with Django 3.1
* Grappelli 2.13.4 (February 10th, 2020): Compatible with Django 2.2 (LTS)
* Grappelli 2.10.4 (November 1st, 2018): Compatible with Django 1.11 (LTS)

Current development branches:

* Grappelli 2.15.3 (Development version for Django 3.2, see branch Stable/2.15.x)
* Grappelli 2.15.4 (Development version for Django 3.2, see branch Stable/2.15.x)
* Grappelli 2.14.5 (Development version for Django 3.1, see branch Stable/2.14.x)
* Grappelli 2.13.5 (Development version for Django 2.2, see branch Stable/2.13.x)
* Grappelli 2.10.5 (Development version for Django 1.11, see branch Stable/2.10.x)
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
Changelog
=========

2.15.3 (not yet released)
2.15.4 (not yet released)
-------------------------

2.15.3 (October 7th 2021)
-------------------------

* Added missing files from previous release.

2.15.2 (October 7th 2021)
-------------------------

Expand Down
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.2'
version = '2.15.3'
# The full version, including alpha/beta/rc tags.
release = '2.15.2'
release = '2.15.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions 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.2
.. |grappelliversion| replace:: 2.15.3

.. _index:

Expand Down Expand Up @@ -76,14 +76,14 @@ Versions and Compatibility

**Grappelli is always developed against the latest stable Django release and is NOT tested with Django's master branch.**

* Grappelli 2.15.2 (October 7th, 2021): Compatible with Django 3.2 (LTS)
* Grappelli 2.15.3 (October 7th, 2021): Compatible with Django 3.2 (LTS)
* Grappelli 2.14.4 (April 15th, 2021): Compatible with Django 3.1
* Grappelli 2.13.4 (February 10th, 2020): Compatible with Django 2.2 (LTS)
* Grappelli 2.10.4 (November 1st, 2018): Compatible with Django 1.11 (LTS)

Current development branches:

* Grappelli 2.15.3 (Development version for Django 3.2, see branch Stable/2.15.x)
* Grappelli 2.15.4 (Development version for Django 3.2, see branch Stable/2.15.x)
* Grappelli 2.14.5 (Development version for Django 3.1, see branch Stable/2.14.x)
* Grappelli 2.13.5 (Development version for Django 2.2, see branch Stable/2.13.x)
* Grappelli 2.10.5 (Development version for Django 1.11, see branch Stable/2.10.x)
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.2
.. |grappelliversion| replace:: 2.15.3

.. _quickstart:

Expand Down
2 changes: 1 addition & 1 deletion grappelli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '2.15.2'
VERSION = '2.15.3'
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.2",
"version": "2.15.3",
"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.2',
version='2.15.3',
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 0de7e9c

Please sign in to comment.