We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1892939 commit f101d52Copy full SHA for f101d52
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 25.9.7
+current_version = 25.9.8
3
commit = True
4
tag = True
5
README.md
@@ -20,7 +20,7 @@
20

21

22
23
-*Version: 25.9.7*
+*Version: 25.9.8*
24
25
Pythonic GitLab API Library
26
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "gitlab-api"
7
-version = "25.9.7"
+version = "25.9.8"
8
description = "GitLab API Python Wrapper"
9
readme = "README.md"
10
authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
0 commit comments