From 58e4e89e481c813340556a7cd2c25092801dfca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 16 Jun 2023 11:45:17 +0200 Subject: [PATCH] v16.0.1 --- CHANGELOG.md | 5 +++++ changelog.d/20230616_113533_regis.md | 1 - tutor/__about__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/20230616_113533_regis.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 751d448..589513a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.1 (2023-06-16) + +- [Bugfix] Fix loading default Kubernetes config. (by @regisb) + ## v16.0.0 (2023-06-14) - 💥[Feature] Upgrade to Palm. (by @regisb) diff --git a/changelog.d/20230616_113533_regis.md b/changelog.d/20230616_113533_regis.md deleted file mode 100644 index 8237405..0000000 --- a/changelog.d/20230616_113533_regis.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix loading default Kubernetes config. (by @regisb) diff --git a/tutor/__about__.py b/tutor/__about__.py index 45ab496..e6f268f 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -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__ = "16.0.0" +__version__ = "16.0.1" # 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