mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-13 22:40:19 +00:00
v18.1.3
This commit is contained in:
parent
354dfc654d
commit
3143335d69
@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
|
|||||||
|
|
||||||
<!-- scriv-insert-here -->
|
<!-- scriv-insert-here -->
|
||||||
|
|
||||||
|
<a id='changelog-18.1.3'></a>
|
||||||
|
## v18.1.3 (2024-08-13)
|
||||||
|
|
||||||
|
- [Feature] Update to redwood.2 tag (by @dawoudsheraz)
|
||||||
|
|
||||||
<a id='changelog-18.1.2'></a>
|
<a id='changelog-18.1.2'></a>
|
||||||
## v18.1.2 (2024-07-26)
|
## v18.1.2 (2024-07-26)
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
- [Feature] Update to redwood.2 tag (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__ = "18.1.2"
|
__version__ = "18.1.3"
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user