diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bee67..2e39f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v16.0.2 (2023-12-08) + +- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad) + ## v16.0.1 (2023-06-15) diff --git a/changelog.d/20231004_141745_codewithemad.md b/changelog.d/20231004_141745_codewithemad.md deleted file mode 100644 index 952a383..0000000 --- a/changelog.d/20231004_141745_codewithemad.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad) \ No newline at end of file diff --git a/tutorminio/__about__.py b/tutorminio/__about__.py index 610c111..eabf3d3 100644 --- a/tutorminio/__about__.py +++ b/tutorminio/__about__.py @@ -1 +1 @@ -__version__ = "16.0.1" +__version__ = "16.0.2"