From f32a96ca90885f5503017ab17150b47102a43315 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Thu, 16 May 2024 15:39:26 +0200 Subject: [PATCH] django-content-editor 6.5 --- CHANGELOG.rst | 3 +++ content_editor/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c38e8c2..44d510fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Change log Next version ============ +6.5 (2024-05-16) +================ + - Fixed the content editor initialization: The active region was only set after saving and not initially. - Removed the maximum height from content editor inlines. diff --git a/content_editor/__init__.py b/content_editor/__init__.py index f90cb136..b61ecefd 100644 --- a/content_editor/__init__.py +++ b/content_editor/__init__.py @@ -1 +1 @@ -__version__ = "6.4.6" +__version__ = "6.5.0"