From 71198443133a4be1f52b744c68de6468f9cecca4 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 15 Jul 2025 09:50:53 +0900 Subject: [PATCH] v0.12.6: Settings: exception raised on error point, stacklevel increased for all sub functions in log/settings loader --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da5df75..71d68a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.12.5" +version = "0.12.6" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"