We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a5b7c commit b48981fCopy full SHA for b48981f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v3.15.1 (2023-04-30)
6
+### Fix
7
+* **ci:** Strip quotes from minted token ([`0432dab`](https://github.com/nejch/python-gitlab/commit/0432dab046aab88ea6bd988d5ecb5384380a2f41))
8
+
9
## v3.15.0 (2023-04-29)
10
### Feature
11
* **ci:** Switch to OIDC publishing ([`ea5af31`](https://github.com/nejch/python-gitlab/commit/ea5af31b2a7ec27a7b0df0b4981c5b63b7a1cb93))
gitlab/_version.py
@@ -3,4 +3,4 @@
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "3.15.0"
+__version__ = "3.15.1"
0 commit comments