Skip to content

Commit

Permalink
Bump to 5.1.2 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 27, 2022
1 parent 3d09c69 commit 3478dfb
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -2,10 +2,10 @@
Changelog
=========

Unreleased
==========
5.1.2 (2022-12-27)
==================

* Add suport for django CMS 4
* Add suport for django CMS 4.1
* 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.


Expand Down
2 changes: 1 addition & 1 deletion djangocms_text_ckeditor/__init__.py
Expand Up @@ -16,6 +16,6 @@
10. Publish the release when ready
11. Github actions will publish the new package to pypi
"""
__version__ = '5.1.1'
__version__ = '5.1.2'

default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 comments on commit 3478dfb

Please sign in to comment.