From 5482c529249e0708f55770c5e63e24946a2ce78f Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 27 Jul 2024 11:26:50 +0330 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 5 +++++ tutorwordpress/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495bed3..1bcf62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ + +## v1.0.1 (2024-07-27) + +- [Improvement] Support for Python < 3.9 (by @CodeWithEmad) + ## v1.0.0 (2024-07-25) diff --git a/tutorwordpress/__about__.py b/tutorwordpress/__about__.py index 5becc17..5c4105c 100644 --- a/tutorwordpress/__about__.py +++ b/tutorwordpress/__about__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"