diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c664fbe..8f89f1d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 16.0.8 +current_version = 16.0.9 [bumpversion:file:CHANGELOG.rst] search = Unreleased diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a07ad90..e94158f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,9 +9,9 @@ Change Log This project adheres to Semantic Versioning (https://semver.org/). -.. There should always be an "Unreleased (2024-06-05)" section for changes pending release. +.. There should always be an "Version 16.0.9 (2024-06-11) (2024-06-05)" section for changes pending release. -Unreleased +Version 16.0.9 (2024-06-11) ********** * Manage nonexistent user access configuration diff --git a/panorama_openedx_backend/__init__.py b/panorama_openedx_backend/__init__.py index aa3fd11..e0e1215 100644 --- a/panorama_openedx_backend/__init__.py +++ b/panorama_openedx_backend/__init__.py @@ -2,4 +2,4 @@ Django app that implements backend functions for Panorama MFE. """ -__version__ = '16.0.8' +__version__ = '16.0.9'