This commit is contained in:
Régis Behmo 2023-08-09 22:42:32 +02:00
parent a6338e2880
commit f6507f995a
3 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-16.0.5'></a>
## v16.0.5 (2023-08-09)
- [Improvement] Upgrade the Open edX default version to open-release/palm.2. (by @regisb)
<a id='changelog-16.0.4'></a>
## v16.0.4 (2023-08-03)

View File

@ -1 +0,0 @@
- [Improvement] Upgrade the Open edX default version to open-release/palm.2. (by @regisb)

View File

@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "16.0.4"
__version__ = "16.0.5"
# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and