From 6046da0ee592012269d97fd9a4d6018fcf55a1aa Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sat, 30 Sep 2023 13:12:31 +0200 Subject: [PATCH] Bump to new version --- djangocms_text_ckeditor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_text_ckeditor/__init__.py b/djangocms_text_ckeditor/__init__.py index eaf00d69b..a082aad7a 100644 --- a/djangocms_text_ckeditor/__init__.py +++ b/djangocms_text_ckeditor/__init__.py @@ -16,6 +16,6 @@ 10. Publish the release when ready 11. Github actions will publish the new package to pypi """ -__version__ = '5.1.3' +__version__ = '5.1.4' default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'