From 8f81839bb1e1db64bd98eb86a7f70831902a9c90 Mon Sep 17 00:00:00 2001 From: Patrick Kranzlmueller Date: Tue, 22 Nov 2022 14:57:56 +0100 Subject: [PATCH] docs for upcoming release --- README.rst | 12 ++++-------- docs/changelog.rst | 7 ++++++- docs/index.rst | 12 ++++-------- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index f483db98a..9391a7c30 100644 --- a/README.rst +++ b/README.rst @@ -36,16 +36,12 @@ Releases **Grappelli is always developed against the latest stable Django release and is NOT tested with Django's master branch.** -* Grappelli 2.15.5 (January 21st, 2022): 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) +* Grappelli 3.0.4 (November 22nd, 2022): Compatible with Django 4.0 +* Grappelli 2.15.6 (November 22nd, 2022): Compatible with Django 3.2 (LTS) Current development branches: -* Grappelli 2.15.6 (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) +* Grappelli 3.0.5 (Development version for Django 4.0, see branch Stable/3.0.x) +* Grappelli 2.15.7 (Development version for Django 3.2, see branch Stable/2.15.x) Older versions are available at GitHub, but are not supported anymore. diff --git a/docs/changelog.rst b/docs/changelog.rst index df16774e4..1f572dffc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,9 +8,14 @@ Changelog ========= -2.15.6 (not yet released) +2.15.7 (not yet released) ------------------------- +2.15.6 (November 22nd 2022) +--------------------------- + +* Fixed race condition issue with Grunt. + 2.15.5 (January 21st 2022) -------------------------- diff --git a/docs/index.rst b/docs/index.rst index 2f1be4403..2b14cde8e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,16 +76,12 @@ 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.5 (January 21st, 2022): 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) +* Grappelli 3.0.4 (November 22nd, 2022): Compatible with Django 4.0 +* Grappelli 2.15.6 (November 22nd, 2022): Compatible with Django 3.2 (LTS) Current development branches: -* Grappelli 2.15.6 (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) +* Grappelli 3.0.5 (Development version for Django 4.0, see branch Stable/3.0.x) +* Grappelli 2.15.7 (Development version for Django 3.2, see branch Stable/2.15.x) Older versions are available at GitHub, but are not supported anymore.