Skip to content

Commit

Permalink
feat: Bump to 5.1.4 (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 3, 2023
1 parent 4e5c4bd commit 90c896e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3'
__version__ = '5.1.4'

default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'
Expand Up @@ -4,7 +4,7 @@
window._cmsCKEditors = window._cmsCKEditors || [];
window._cmsCKEditors.push([
'{{ ckeditor_selector }}',
{{ plugin_pk|default:"''"|unlocalize }}
'{{ plugin_pk|default:""|unlocalize }}'
]);
})();
</script>

0 comments on commit 90c896e

Please sign in to comment.