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

Commit 50bc9c1

Browse files
author
Vinit Kumar
authored
Fix/bump version prepare changelog (#645)
* fix: bump version and add changelog * feat: change the link
1 parent ada4cff commit 50bc9c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

5+
5.1.3 (2022-06-21)
6+
==================
7+
8+
* Upgrade Ckeditor to 4.21.0 via `640 https://github.com/django-cms/djangocms-text-ckeditor/pull/640`_
9+
10+
511
5.1.2 (2022-12-27)
612
==================
713

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.2'
19+
__version__ = '5.1.3'
2020

2121
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 commit comments

Comments
 (0)