Skip to content

Commit

Permalink
build: Release 5.1 (#615)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump to 5.1
  • Loading branch information
marksweb committed Jun 15, 2022
1 parent 325432d commit cc7f1c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -5,7 +5,12 @@ Changelog
Unreleased
==========

* fix: Update skin patch to avoid @media query

5.1.0 (2022-03-24)
==================

* Added inline editing in `#606 <https://github.com/django-cms/djangocms-text-ckeditor/pull/606>`_
* fix: Update skin patch to avoid @media query in `#614 <https://github.com/django-cms/djangocms-text-ckeditor/pull/614>`_

5.0.1 (2022-03-24)
==================
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.0.1'
__version__ = '5.1.0'

default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 comments on commit cc7f1c8

Please sign in to comment.