This commit is contained in:
Régis Behmo 2023-10-13 16:56:25 +02:00
parent 9cba06595e
commit a7dd62bc77
4 changed files with 7 additions and 3 deletions

View File

@ -20,6 +20,12 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-16.1.4'></a>
## v16.1.4 (2023-10-13)
- [Improvement] No more large dev images. This was fixed by adding `--no-log-init` option to useradd command and reducing space usage of `/var/log/faillog`. (by @CodeWithEmad)
- [Improvement] Upgrade the Open edX default version to open-release/palm.3. (by @regisb)
<a id='changelog-16.1.3'></a>
## v16.1.3 (2023-10-10)

View File

@ -1 +0,0 @@
- [Improvement] No more large dev images. This was fixed by adding --no-log-init option to useradd command and reducing space usage of /var/log/faillog. (by @CodeWithEmad)

View File

@ -1 +0,0 @@
- [Improvement] Upgrade the Open edX default version to open-release/palm.3. (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.1.3"
__version__ = "16.1.4"
# 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