diff --git a/djangocms_text/__init__.py b/djangocms_text/__init__.py index 5e587b08..b96a19d2 100644 --- a/djangocms_text/__init__.py +++ b/djangocms_text/__init__.py @@ -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"