Skip to content

Commit 57c76b5

Browse files
glazperleclaude
andcommitted
chore: Bump version to 2.7.1
Patch release with linting fixes for CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2bf6138 commit 57c76b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kimai-mcp"
7-
version = "2.7.0"
7+
version = "2.7.1"
88
description = "MCP server for Kimai time-tracking API integration"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/kimai_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kimai MCP Server - Model Context Protocol server for Kimai time-tracking API integration."""
22

3-
__version__ = "2.7.0"
3+
__version__ = "2.7.1"

src/kimai_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path
1212
from typing import Any, Dict, List, Optional, Union
1313

14-
__version__ = "2.7.0"
14+
__version__ = "2.7.1"
1515

1616
# Load environment variables from .env file if it exists
1717
try:

0 commit comments

Comments
 (0)