From 6f2895253b7a4c42b8ad57bea3f216e7e2d7437b Mon Sep 17 00:00:00 2001 From: shagi Date: Thu, 26 Oct 2023 15:43:05 +0200 Subject: [PATCH] Bump version 0.8.8 --- changelog.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4b885c1..3abb998 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ Changelog ========= +0.8.8 +----- + +* Support Django 4.2 +* Use DeleteView.form_valid instead of DeleteView.delete +* Add no-cache headers to login redirects + 0.8.7 ----- diff --git a/setup.cfg b/setup.cfg index 351b6f6..f546cc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas -version = 0.8.7 +version = 0.8.8 description = An alternative to django admin long_description = file: readme.md, changelog.md, collaborators.md long_description_content_type = text/markdown