supsrc
2025-09-05
Added VERSION file and dynamic version module
5 files · 78+ · 12-
Version management infrastructure
5 files changed
VERSIONSingle-source-of-truth version file at project root_version.pyDynamic version loading, parsing, and comparison utilities (53 lines)__init__.pyUpdated to expose version informationpyproject.tomlImproved build configuration and version handlingprotocols.pyMinor protocol definition cleanup
- Added VERSION file at project root for single-source-of-truth versioning
baseline
internal
1 file
VERSION
- Created src/supsrc/_version.py (53 lines) with dynamic version loading, parsing, and comparison utilities
baseline
behavioral
1 file
_version.py
- Updated init.py to expose version information and pyproject.toml with improved version handling
baseline
internal
2 files
__init__.pypyproject.toml