Merge remote-tracking branch 'origin/main'

This commit is contained in:
Fahad
2025-10-03 22:41:34 +04:00
3 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,14 @@
<!-- version list --> <!-- version list -->
## v5.20.0 (2025-10-03)
### Chores
- Sync version to config.py [skip ci]
([`539bc72`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/539bc72f1ca2a2cadcccad02de1fd5fc22cd0415))
## v5.19.0 (2025-10-03) ## v5.19.0 (2025-10-03)
### Bug Fixes ### Bug Fixes

View File

@@ -14,7 +14,7 @@ import os
# These values are used in server responses and for tracking releases # These values are used in server responses and for tracking releases
# IMPORTANT: This is the single source of truth for version and author info # IMPORTANT: This is the single source of truth for version and author info
# Semantic versioning: MAJOR.MINOR.PATCH # Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "5.19.0" __version__ = "5.20.0"
# Last update date in ISO format # Last update date in ISO format
__updated__ = "2025-10-03" __updated__ = "2025-10-03"
# Primary maintainer # Primary maintainer

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "zen-mcp-server" name = "zen-mcp-server"
version = "5.19.0" version = "5.20.0"
description = "AI-powered MCP server with multiple model providers" description = "AI-powered MCP server with multiple model providers"
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [