plating
2025-10-12
Switched to shared version utility from foundation
1 files · 7+ · 49-
Shared version utility adoption
1 file changed
_version.pyReplaced custom version-finding logic with a single call to the shared foundation versioning utility
- Replaced custom
_find_project_root()andget_version()logic insrc/plating/_version.pywith a single call toprovide.foundation.utils.versioning.get_version("plating", caller_file=__file__)decouple internal1 file
_version.py
- Removed manual VERSION file searching, package metadata fallback, and development version default – all now handled by foundation
harden
behavioral
1 file
_version.py