From 01971f572bf0b04c43ca75393fce4397069f83c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 16 Nov 2023 22:38:10 +0100 Subject: [PATCH] v16.1.6 --- CHANGELOG.md | 6 ++++++ changelog.d/20231106_202213_codewithemad.md | 1 - changelog.d/20231116_185835_regis_palm_4.md | 1 - tutor/__about__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/20231106_202213_codewithemad.md delete mode 100644 changelog.d/20231116_185835_regis_palm_4.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e9da88a..adbc35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ instructions, because git commits are used to generate release notes: + +## v16.1.6 (2023-11-16) + +- [Feature] Upgrade to open-release/palm.4. It is strongly recommended to upgrade to this release for as long as possible before upgrading to Quince. Otherwise, many users will be logged out after the Quince upgrade and will have to log in again -- see the Quince release notes. (by @regisb) +- [Improvement] Install tutor development tools with `pip install tutor[dev]`. (by @CodeWithEmad) + ## v16.1.5 (2023-10-30) diff --git a/changelog.d/20231106_202213_codewithemad.md b/changelog.d/20231106_202213_codewithemad.md deleted file mode 100644 index 37d04ec..0000000 --- a/changelog.d/20231106_202213_codewithemad.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Install tutor development tools with `pip install tutor[dev]`. (by @CodeWithEmad) \ No newline at end of file diff --git a/changelog.d/20231116_185835_regis_palm_4.md b/changelog.d/20231116_185835_regis_palm_4.md deleted file mode 100644 index 4fe9765..0000000 --- a/changelog.d/20231116_185835_regis_palm_4.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Upgrade to open-release/palm.4. It is strongly recommended to upgrade to this release for as long as possible before upgrading to Quince. Otherwise, many users will be logged out after the Quince upgrade and will have to log in again -- see the Quince release notes. (by @regisb) diff --git a/tutor/__about__.py b/tutor/__about__.py index 300e839..c70f740 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.5" +__version__ = "16.1.6" # 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