Skip to content

Commit 58e4e89

Browse files
committed
v16.0.1
1 parent b2067ce commit 58e4e89

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-16.0.1'></a>
24+
## v16.0.1 (2023-06-16)
25+
26+
- [Bugfix] Fix loading default Kubernetes config. (by @regisb)
27+
2328
<a id='changelog-16.0.0'></a>
2429
## v16.0.0 (2023-06-14)
2530
- 💥[Feature] Upgrade to Palm. (by @regisb)

changelog.d/20230616_113533_regis.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "16.0.0"
5+
__version__ = "16.0.1"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)