Merge branch 'BeehiveInnovations:main' into feat-local_support_with_UTF-8_encoding-update

This commit is contained in:
OhMyApps
2025-06-23 12:51:56 +02:00
committed by GitHub
25 changed files with 1185 additions and 220 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.6.0"
__version__ = "5.6.1"
# Last update date in ISO format
__updated__ = "2025-06-22"
__updated__ = "2025-06-23"
# Primary maintainer
__author__ = "Fahad Gilani"