mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 10:58:24 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
ebb79f03b8
@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-16.1.5'></a>
|
||||
## v16.1.5 (2023-10-30)
|
||||
|
||||
- [Bugfix] Fix ORA2 file uploads in CMS. As the cache settings are shared between CMS and LMS, the settings are moved from `common_lms.py` to `common_all.py`. (by @FatemeKhodayari)
|
||||
|
||||
<a id='changelog-16.1.4'></a>
|
||||
## v16.1.4 (2023-10-13)
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
- [Bugfix] Fix ORA2 file uploads in CMS. As the cache settings are shared between CMS and LMS, the settings are moved
|
||||
from `common_lms.py` to `common_all.py`. (by @FatemeKhodayari)
|
@ -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.4"
|
||||
__version__ = "16.1.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
|
||||
|
Loading…
Reference in New Issue
Block a user