Skip to content

Commit

Permalink
Fix/bump version prepare changelog (#645)
Browse files Browse the repository at this point in the history
* fix: bump version and add changelog

* feat: change the link
  • Loading branch information
vinitkumar committed Jun 21, 2023
1 parent ada4cff commit 50bc9c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

5.1.3 (2022-06-21)
==================

* Upgrade Ckeditor to 4.21.0 via `640 https://github.com/django-cms/djangocms-text-ckeditor/pull/640`_


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

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

default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 comments on commit 50bc9c1

Please sign in to comment.