Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 3478dfb

Browse files
authored
Bump to 5.1.2 (#639)
1 parent 3d09c69 commit 3478dfb

File tree

4 files changed

+481
-4
lines changed

4 files changed

+481
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
==========
5+
5.1.2 (2022-12-27)
6+
==================
77

8-
* Add suport for django CMS 4
8+
* Add suport for django CMS 4.1
99
* Fix `468 <https://github.com/django-cms/djangocms-text-ckeditor/issues/468>`_ via `637 <https://github.com/django-cms/djangocms-text-ckeditor/pull/637>`_: Delay importing models.CMSPlugin in utils to allow adding an HTMLField to a custom user model.
1010

1111

djangocms_text_ckeditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
10. Publish the release when ready
1717
11. Github actions will publish the new package to pypi
1818
"""
19-
__version__ = '5.1.1'
19+
__version__ = '5.1.2'
2020

2121
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 commit comments

Comments
 (0)