From ed22105ec883501da90ebde36d6ba35b227fb82a Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 25 Sep 2025 15:54:54 +0900 Subject: [PATCH] v0.24.4: Fix Zone info data in TimestampStrings class --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa10aea..57ee9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.24.3" +version = "0.24.4" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"