From e2e7882bfa1f2eff1b06f05c5661ed52a666423d Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 28 Jul 2025 15:27:55 +0900 Subject: [PATCH] Log exception with new exception_stack call, exception_stack method added to the debug helpers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a9e75c..64fe89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.19.1" +version = "0.20.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"