mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 09:02:14 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
124f082a17
@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
|
|||||||
|
|
||||||
<!-- scriv-insert-here -->
|
<!-- scriv-insert-here -->
|
||||||
|
|
||||||
|
<a id='changelog-17.0.4'></a>
|
||||||
|
## v17.0.4 (2024-04-09)
|
||||||
|
|
||||||
|
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
|
||||||
|
|
||||||
|
- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)
|
||||||
|
|
||||||
<a id='changelog-17.0.3'></a>
|
<a id='changelog-17.0.3'></a>
|
||||||
## v17.0.3 (2024-03-26)
|
## v17.0.3 (2024-03-26)
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
|
|
@ -1 +0,0 @@
|
|||||||
- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)
|
|
@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
# Increment this version number to trigger a new release. See
|
# Increment this version number to trigger a new release. See
|
||||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||||
__version__ = "17.0.3"
|
__version__ = "17.0.4"
|
||||||
|
|
||||||
# The version suffix will be appended to the actual version, separated by a
|
# 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
|
# dash. Use this suffix to differentiate between the actual released version and
|
||||||
|
Loading…
Reference in New Issue
Block a user