mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 10:58:24 +00:00
v16.1.6
This commit is contained in:
parent
a0c66ca650
commit
01971f572b
@ -20,6 +20,12 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-16.1.6'></a>
|
||||
## 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)
|
||||
|
||||
<a id='changelog-16.1.5'></a>
|
||||
## v16.1.5 (2023-10-30)
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
- [Improvement] Install tutor development tools with `pip install tutor[dev]`. (by @CodeWithEmad)
|
@ -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)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user