feat: Implement automatic version synchronization between .env and pyproject.toml, update docker scripts to get version from .env

This commit is contained in:
William Valentin
2025-08-06 13:37:32 -07:00
parent 8336bbb9db
commit 8dc2fdf69f
8 changed files with 429 additions and 6 deletions

View File

@@ -23,3 +23,4 @@ ICON="chart-671.png"
LOG_LEVEL="DEBUG"
LOG_PATH="./logs"
LOG_CLEAR="True"
BACKUP_PATH="./thechart-backups"