Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-11-04 08:23:43 -08:00
committed by GitHub
61 changed files with 4421 additions and 3520 deletions

View File

@@ -1,6 +1,6 @@
from typing import Final
__version__: Final[tuple[int, int, int]] = (2, 19, 3)
__version__: Final[tuple[int, int, int]] = (2, 19, 4)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y