mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-05 23:20:40 +00:00
Merge branch 'master' into nightly
This commit is contained in:
commit
72803f9f27
@ -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)
|
@ -136,7 +136,7 @@ Open edX customisation
|
||||
|
||||
This defines the git repository from which you install Open edX platform code. If you run an Open edX fork with custom patches, set this to your own git repository. You may also override this configuration parameter at build time, by providing a ``--build-arg`` option.
|
||||
|
||||
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/palm.2"``)
|
||||
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/palm.3"``)
|
||||
|
||||
This defines the default version that will be pulled from all Open edX git repositories.
|
||||
|
||||
|
@ -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