Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 8, 2024
1 parent ce644f9 commit a05c5ef
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions djangocms_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
Release logic:
1. Increase version number (change __version__ below).
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
2. Assure that all changes have been documented in CHANGELOG.rst.
3. In setup.py check that
- versions from all third party packages are pinned in ``REQUIREMENTS``.
- the list of ``CLASSIFIERS`` is up to date.
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
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
"""
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit a05c5ef

Please sign in to comment.