feat: improvements to precommit

fix: version
This commit is contained in:
Fahad
2025-08-20 16:22:52 +04:00
parent 77e8ed1a9f
commit 2966dcf268
4 changed files with 60 additions and 3 deletions

View File

@@ -14,9 +14,9 @@ import os
# These values are used in server responses and for tracking releases
# IMPORTANT: This is the single source of truth for version and author info
# Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "5.8.5"
__version__ = "5.8.6"
# Last update date in ISO format
__updated__ = "2025-08-08"
__updated__ = "2025-08-20"
# Primary maintainer
__author__ = "Fahad Gilani"