Skip to content

chore: bump version to 2.6.0#12

Merged
beonde merged 1 commit intomainfrom
chore/version-bump-2.6.0
Mar 27, 2026
Merged

chore: bump version to 2.6.0#12
beonde merged 1 commit intomainfrom
chore/version-bump-2.6.0

Conversation

@beonde
Copy link
Copy Markdown
Member

@beonde beonde commented Mar 27, 2026

Bump MCP package version from 2.5.0 to 2.6.0 in preparation for the v2.6.0 release.

Changes: pyproject.toml version field.

Copilot AI review requested due to automatic review settings March 27, 2026 04:33
@beonde beonde merged commit 0e8e18c into main Mar 27, 2026
8 checks passed
@beonde beonde deleted the chore/version-bump-2.6.0 branch March 27, 2026 04:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the published package version for capiscio-mcp in preparation for the v2.6.0 release.

Changes:

  • Update pyproject.toml project version from 2.5.0 to 2.6.0.

[project]
name = "capiscio-mcp"
version = "2.5.0"
version = "2.6.0"
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package version is being bumped to 2.6.0 here, but the library’s public runtime version (capiscio_mcp.__version__ / MCP_VERSION) is defined in capiscio_mcp/_core/version.py and is currently "0.1.0". This means users (and the gRPC client_version sent to capiscio-core) will still report 0.1.0 after publishing 2.6.0. Update MCP_VERSION (and any related docs/tests) to match the package version, or document/enforce the intended decoupling if that’s deliberate.

Suggested change
version = "2.6.0"
version = "0.1.0"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants