7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-03 14:50:47 +00:00
This commit is contained in:
Régis Behmo 2023-06-16 11:45:17 +02:00
parent b2067ce1f6
commit 58e4e89e48
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 --> <!-- scriv-insert-here -->
<a id='changelog-16.0.1'></a>
## v16.0.1 (2023-06-16)
- [Bugfix] Fix loading default Kubernetes config. (by @regisb)
<a id='changelog-16.0.0'></a> <a id='changelog-16.0.0'></a>
## v16.0.0 (2023-06-14) ## v16.0.0 (2023-06-14)
- 💥[Feature] Upgrade to Palm. (by @regisb) - 💥[Feature] Upgrade to Palm. (by @regisb)

View File

@ -1 +0,0 @@
- [Bugfix] Fix loading default Kubernetes config. (by @regisb)

View File

@ -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__ = "16.0.0" __version__ = "16.0.1"
# 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