From 10c988127df5bccc37f9b769088bac0c8ebdcff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 30 Oct 2023 18:26:17 +0100 Subject: [PATCH] v16.1.5 --- CHANGELOG.md | 5 +++++ changelog.d/20231007_153252_fateme.khodayari97.md | 2 -- tutor/__about__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/20231007_153252_fateme.khodayari97.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d1a2f..e9da88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes: + +## 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) + ## v16.1.4 (2023-10-13) diff --git a/changelog.d/20231007_153252_fateme.khodayari97.md b/changelog.d/20231007_153252_fateme.khodayari97.md deleted file mode 100644 index 5bd3333..0000000 --- a/changelog.d/20231007_153252_fateme.khodayari97.md +++ /dev/null @@ -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) diff --git a/tutor/__about__.py b/tutor/__about__.py index b3d3260..300e839 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -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