v0.24.1: allow negative timestamp convert to seconds, add pytests for this function

This commit is contained in:
Clemens Schwaighofer
2025-09-24 15:27:15 +09:00
parent fe824f9fb4
commit 14466c3ff8

View File

@@ -1,7 +1,7 @@
# MARK: Project info
[project]
name = "corelibs"
version = "0.24.0"
version = "0.24.1"
description = "Collection of utils for Python scripts"
readme = "README.md"
requires-python = ">=3.13"