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

Commit cc7f1c8

Browse files
authored
build: Release 5.1 (#615)
* Update changelog * Bump to 5.1
1 parent 325432d commit cc7f1c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ Changelog
55
Unreleased
66
==========
77

8-
* fix: Update skin patch to avoid @media query
8+
9+
5.1.0 (2022-03-24)
10+
==================
11+
12+
* Added inline editing in `#606 <https://github.com/django-cms/djangocms-text-ckeditor/pull/606>`_
13+
* fix: Update skin patch to avoid @media query in `#614 <https://github.com/django-cms/djangocms-text-ckeditor/pull/614>`_
914

1015
5.0.1 (2022-03-24)
1116
==================

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.0.1'
19+
__version__ = '5.1.0'
2020

2121
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 commit comments

Comments
 (0)