Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
<!-- 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)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -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.19.0"
|
||||
__version__ = "5.20.0"
|
||||
# Last update date in ISO format
|
||||
__updated__ = "2025-10-03"
|
||||
# Primary maintainer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "zen-mcp-server"
|
||||
version = "5.19.0"
|
||||
version = "5.20.0"
|
||||
description = "AI-powered MCP server with multiple model providers"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user