diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd1236..0bc3220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v17.0.1 (2024-06-18) + +- [Bugfix] Fix command clearing in context parent, simplifying the context handling. (by @Abdul-Muqadim-Arbisoft) + ## v17.0.0 (2023-12-09) diff --git a/changelog.d/20240326_115811_abdul.muqadim_fix_click_context_management.md b/changelog.d/20240326_115811_abdul.muqadim_fix_click_context_management.md deleted file mode 100644 index 3e18756..0000000 --- a/changelog.d/20240326_115811_abdul.muqadim_fix_click_context_management.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] This is a non-breaking change. Removed unnecessary command clearing in context parent, simplifying the context handling. (by @Abdul-Muqadim-Arbisoft) diff --git a/tutorwebui/__about__.py b/tutorwebui/__about__.py index a08b09c..dba3a77 100644 --- a/tutorwebui/__about__.py +++ b/tutorwebui/__about__.py @@ -1 +1 @@ -__version__ = "17.0.0" +__version__ = "17.0.1"