diff --git a/CHANGELOG.md b/CHANGELOG.md index a5be16f..1a3449e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.1 (2023-07-17) + +- [Bugfix] Fixed user creation command issue with Palm release. (by @jramnai) + ## v16.0.0 (2023-06-15) diff --git a/changelog.d/20230715_152943_jramnai007_user_creation_error.md b/changelog.d/20230715_152943_jramnai007_user_creation_error.md deleted file mode 100644 index b356ed5..0000000 --- a/changelog.d/20230715_152943_jramnai007_user_creation_error.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fixed User creation command issue with Palm release. (by @jramnai) diff --git a/tutorcairn/__about__.py b/tutorcairn/__about__.py index 60b692a..3b53698 100644 --- a/tutorcairn/__about__.py +++ b/tutorcairn/__about__.py @@ -1,4 +1,4 @@ -__version__ = "16.0.0" +__version__ = "16.0.1" # Handle version suffix for nightly, just like tutor core. __version_suffix__ = ""