Merge remote-tracking branch 'origin/main'

This commit is contained in:
Fahad
2025-10-02 14:57:22 +04:00
3 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,14 @@
<!-- version list -->
## v5.17.2 (2025-10-02)
### Chores
- Sync version to config.py [skip ci]
([`e47a7e8`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/e47a7e89d5bfad0bb0150cb3207f1a37dc91b170))
## v5.17.1 (2025-10-02)
### Bug Fixes

View File

@@ -14,7 +14,7 @@ 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.17.1"
__version__ = "5.17.2"
# Last update date in ISO format
__updated__ = "2025-10-02"
# Primary maintainer

View File

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