Skip to content

Commit

Permalink
5.0.1: Generated new static bundle (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Mar 24, 2022
1 parent 04fe17c commit 50944a8
Show file tree
Hide file tree
Showing 5 changed files with 1,423 additions and 17,742 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -2,7 +2,12 @@
Changelog
=========

5.0.0 (2022-03-22)
5.0.1 (2022-03-24)
==================

* Generated new static bundle.

5.0.0 (2022-03-24)
==================

* Drop support for Python 3.5 and 3.6
Expand Down
21 changes: 11 additions & 10 deletions djangocms_text_ckeditor/__init__.py
Expand Up @@ -3,18 +3,19 @@
Release logic:
1. Increase version number (change __version__ below).
2. Assure that all changes have been documented in CHANGELOG.rst.
3. In setup.py check that
2. Ensure the static bundle is upto date with ``nvm use && gulp bundle``
3. Assure that all changes have been documented in CHANGELOG.rst.
4. In setup.py check that
- versions from all third party packages are pinned in ``REQUIREMENTS``.
- the list of ``CLASSIFIERS`` is up to date.
4. git add djangocms_text_ckeditor/__init__.py CHANGELOG.rst setup.py
5. git commit -m 'Bump to {new version}'
6. git push
7. Assure that all tests pass on https://github.com/django-cms/djangocms-text-ckeditor/actions
8. Create a new release on https://github.com/django-cms/djangocms-text-ckeditor/releases/new
9. Publish the release when ready
10. Github actions will publish the new package to pypi
5. git add djangocms_text_ckeditor/__init__.py CHANGELOG.rst setup.py
6. git commit -m 'Bump to {new version}'
7. git push
8. Assure that all tests pass on https://github.com/django-cms/djangocms-text-ckeditor/actions
9. Create a new release on https://github.com/django-cms/djangocms-text-ckeditor/releases/new
10. Publish the release when ready
11. Github actions will publish the new package to pypi
"""
__version__ = '5.0.0'
__version__ = '5.0.1'

default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 comments on commit 50944a8

Please sign in to comment.