From 3adbcefc294d9a1e3b63ee3eb82ca19fc2b038d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 8 Dec 2023 11:40:19 +0100 Subject: [PATCH] v16.0.2 --- CHANGELOG.md | 5 +++++ changelog.d/20231004_141745_codewithemad.md | 1 - tutorminio/__about__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/20231004_141745_codewithemad.md 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"