Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-10-22 21:52:47 -07:00
committed by GitHub
112 changed files with 2362 additions and 2017 deletions

View File

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