6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-04 19:03:39 +00:00
This commit is contained in:
Régis Behmo 2023-05-22 18:17:34 +02:00
parent 2233c3422a
commit 185a13a2e1
3 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-15.3.6'></a>
## v15.3.6 (2023-05-22)
- [Feature] Upgrade to open-release/olive.4. (by @regisb)
<a id='changelog-15.3.5'></a>
## v15.3.5 (2023-04-28)

View File

@ -1 +0,0 @@
- [Feature] Upgrade to open-release/olive.4. (by @regisb)

View File

@ -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__ = "15.3.5"
__version__ = "15.3.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