diff --git a/CHANGELOG.md b/CHANGELOG.md index adbc35a..90ab33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,16 @@ instructions, because git commits are used to generate release notes: + +## v16.1.7 (2023-11-17) + +- [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) +- [Bugfix] Fix installation of tutor due to missing dev.txt file in Python package. (by @regisb) + ## 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) +- [Feature] Upgrade to open-release/palm.4. (by @regisb) - [Improvement] Install tutor development tools with `pip install tutor[dev]`. (by @CodeWithEmad) diff --git a/changelog.d/20231117_102830_regis.md b/changelog.d/20231117_102830_regis.md deleted file mode 100644 index 4682872..0000000 --- a/changelog.d/20231117_102830_regis.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix installation of tutor due to missing dev.txt file in Python package. (by @regisb) diff --git a/tutor/__about__.py b/tutor/__about__.py index c70f740..60760ec 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.6" +__version__ = "16.1.7" # 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