Skip to content

Commit 79bd2d7

Browse files
committed
Bump version: 25.15.29 → 25.15.30
1 parent 644bfee commit 79bd2d7

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 25.15.29
2+
current_version = 25.15.30
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454
RUN apt-get update \
5555
&& apt-get install -y ripgrep tree fd-find curl nano \
5656
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
57-
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow gitlab-api[all]>=25.15.29
57+
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow gitlab-api[all]>=25.15.30
5858

5959
CMD ["gitlab-mcp"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api)
2222
![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api)
2323

24-
*Version: 25.15.29*
24+
*Version: 25.15.30*
2525

2626
## Overview
2727

gitlab_api/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
load_identity,
1212
)
1313

14-
__version__ = "25.15.29"
14+
__version__ = "25.15.30"
1515

1616
logging.basicConfig(
1717
level=logging.INFO,

gitlab_api/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from starlette.requests import Request
2121
from starlette.responses import JSONResponse
2222

23-
__version__ = "25.15.29"
23+
__version__ = "25.15.30"
2424
print(f"Gitlab MCP v{__version__}")
2525

2626
logger = get_logger(name="mcp_server")

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitlab-api"
7-
version = "25.15.29"
7+
version = "25.15.30"
88
description = "GitLab API + MCP Server + A2A Server"
99
readme = "README.md"
1010
authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
@@ -17,13 +17,13 @@ classifiers = [
1717
"Programming Language :: Python :: 3"]
1818
requires-python = ">=3.10"
1919
dependencies = [
20-
"agent-utilities>=0.2.14"]
20+
"agent-utilities>=0.2.15"]
2121
[project.optional-dependencies]
2222
mcp = [
23-
"agent-utilities[mcp]>=0.2.14"]
23+
"agent-utilities[mcp]>=0.2.15"]
2424

2525
agent = [
26-
"agent-utilities[agent,logfire]>=0.2.14"]
26+
"agent-utilities[agent,logfire]>=0.2.15"]
2727

2828
gql = [
2929
"gql>=4.0.0"]

0 commit comments

Comments
 (0)