🔖 Bump version to 4.0.8

- Update version across all project files
- Update CHANGELOG.md with release notes
- Prepare for PyPI release
This commit is contained in:
NomenAK
2025-08-23 14:56:43 +02:00
parent 9abaa10366
commit 8ccc71f877
17 changed files with 35 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ from pathlib import Path
try:
__version__ = (Path(__file__).parent.parent.parent / "VERSION").read_text().strip()
except Exception:
__version__ = "4.0.7" # Fallback
__version__ = "4.0.8" # Fallback
def get_command_info():