mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
v16.1.4
This commit is contained in:
parent
9cba06595e
commit
a7dd62bc77
@ -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)
|
||||
|
||||
|
@ -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)
|
@ -1 +0,0 @@
|
||||
- [Improvement] Upgrade the Open edX default version to open-release/palm.3. (by @regisb)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user