This repository was archived by the owner on Mar 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +1423
-17742
lines changed
static/djangocms_text_ckeditor/js/dist Expand file tree Collapse file tree 5 files changed +1423
-17742
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 5.0.0 (2022-03-22)
5+ 5.0.1 (2022-03-24)
6+ ==================
7+
8+ * Generated new static bundle.
9+
10+ 5.0.0 (2022-03-24)
611==================
712
813* Drop support for Python 3.5 and 3.6
Original file line number Diff line number Diff line change 33
44Release logic:
55 1. Increase version number (change __version__ below).
6- 2. Assure that all changes have been documented in CHANGELOG.rst.
7- 3. In setup.py check that
6+ 2. Ensure the static bundle is upto date with ``nvm use && gulp bundle``
7+ 3. Assure that all changes have been documented in CHANGELOG.rst.
8+ 4. In setup.py check that
89 - versions from all third party packages are pinned in ``REQUIREMENTS``.
910 - the list of ``CLASSIFIERS`` is up to date.
10- 4 . git add djangocms_text_ckeditor/__init__.py CHANGELOG.rst setup.py
11- 5 . git commit -m 'Bump to {new version}'
12- 6 . git push
13- 7 . Assure that all tests pass on https://github.com/django-cms/djangocms-text-ckeditor/actions
14- 8 . Create a new release on https://github.com/django-cms/djangocms-text-ckeditor/releases/new
15- 9 . Publish the release when ready
16- 10 . Github actions will publish the new package to pypi
11+ 5 . git add djangocms_text_ckeditor/__init__.py CHANGELOG.rst setup.py
12+ 6 . git commit -m 'Bump to {new version}'
13+ 7 . git push
14+ 8 . Assure that all tests pass on https://github.com/django-cms/djangocms-text-ckeditor/actions
15+ 9 . Create a new release on https://github.com/django-cms/djangocms-text-ckeditor/releases/new
16+ 10 . Publish the release when ready
17+ 11 . Github actions will publish the new package to pypi
1718"""
18- __version__ = '5.0.0 '
19+ __version__ = '5.0.1 '
1920
2021default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'
You can’t perform that action at this time.
0 commit comments