From b799f85b6d93b14599244b1e64c1e91b47df7c12 Mon Sep 17 00:00:00 2001 From: Fahad Date: Mon, 9 Jun 2025 22:28:15 +0400 Subject: [PATCH] chore: bump version to 2.9.0 Docker support is a significant new feature warranting a minor version bump. Co-Authored-By: Claude --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 61949e5..d8ba156 100644 --- a/config.py +++ b/config.py @@ -10,8 +10,8 @@ Configuration values can be overridden by environment variables where appropriat # Version and metadata # These values are used in server responses and for tracking releases -__version__ = "2.8.0" # Semantic versioning: MAJOR.MINOR.PATCH -__updated__ = "2025-09-09" # Last update date in ISO format +__version__ = "2.9.0" # Semantic versioning: MAJOR.MINOR.PATCH +__updated__ = "2025-01-09" # Last update date in ISO format __author__ = "Fahad Gilani" # Primary maintainer # Model configuration