We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84de8e0 commit 1e4b4c6Copy full SHA for 1e4b4c6
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
<!--next-version-placeholder-->
4
5
+## v3.15.2 (2023-04-30)
6
+### Fix
7
+* **ci:** Fix echo ([`84de8e0`](https://github.com/nejch/python-gitlab/commit/84de8e0175a4557998a065188ad7739e61e76ab0))
8
+* **ci:** Debug tokens ([`ccf4a51`](https://github.com/nejch/python-gitlab/commit/ccf4a51ffb4784ae14b9d561e04974ed09260342))
9
+
10
## v3.15.1 (2023-04-30)
11
### Fix
12
* **ci:** Strip quotes from minted token ([`0432dab`](https://github.com/nejch/python-gitlab/commit/0432dab046aab88ea6bd988d5ecb5384380a2f41))
gitlab/_version.py
@@ -3,4 +3,4 @@
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "3.15.1"
+__version__ = "3.15.2"
0 commit comments