From 9835384fbcd071b5d215c577a8d98a89f6949fdd Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Fri, 11 Oct 2024 10:21:37 +0500 Subject: [PATCH] v18.2.1 --- CHANGELOG.md | 5 +++++ tutorindigo/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff099752..fdd6c5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v18.2.1 (2024-10-11) + +- [Feature] Introduced theme toggle feature with enable/disable option and runtime switch between light and dark modes. (by @hinakhadim) --> + ## v18.1.1 (2024-08-27) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index 72013402..c1d3f829 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "18.1.1" +__version__ = "18.2.1"