From 770c630f60b8c9557d86e99facf34576074917ed Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Sun, 26 May 2024 15:59:13 +0200 Subject: [PATCH] django-prose-editor 0.4 --- CHANGELOG.rst | 3 +++ django_prose_editor/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c7200d2..55f30c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Change log Next version ~~~~~~~~~~~~ +0.4 (2024-05-26) +~~~~~~~~~~~~~~~~ + - Allowed installing the package in Python 3.10 environments too. - Tweaked the cleaning methods of ``ProseEditorField`` and ``SanitizedProseEditorField`` to produce empty strings when no content is diff --git a/django_prose_editor/__init__.py b/django_prose_editor/__init__.py index b178e5b..5140fa1 100644 --- a/django_prose_editor/__init__.py +++ b/django_prose_editor/__init__.py @@ -1 +1 @@ -version = "0.3.4" +version = "0.4.0"