From 127b9289755841258a731ca3d810f2068d364a56 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Fri, 8 Sep 2023 13:06:36 +0200 Subject: [PATCH] =?UTF-8?q?Unbump=20version=20=F0=9F=A4=A6=E2=80=8D?= =?UTF-8?q?=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 8 +------- djangocms_simple_admin_style/__init__.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0478b5f..efd7837 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,19 +2,13 @@ Changelog ========= -Version 0.4.9 -============= - -Bugfix: - -* Allow for admin pages with object tools in modal - Version 0.4.8 ============= Bugfix: * More complete adaptation to Django dark mode +* Allow for admin pages with object tools in modal Version 0.4.6 diff --git a/djangocms_simple_admin_style/__init__.py b/djangocms_simple_admin_style/__init__.py index 574c066..a3a9bd5 100644 --- a/djangocms_simple_admin_style/__init__.py +++ b/djangocms_simple_admin_style/__init__.py @@ -1 +1 @@ -__version__ = "0.4.9" +__version__ = "0.4.8"