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

Commit 50944a8

Browse files
authored
5.0.1: Generated new static bundle (#601)
1 parent 04fe17c commit 50944a8

File tree

5 files changed

+1423
-17742
lines changed

5 files changed

+1423
-17742
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
Changelog
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

djangocms_text_ckeditor/__init__.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
44
Release 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

2021
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 commit comments

Comments
 (0)