We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8394cb6 commit f982bffCopy full SHA for f982bff
README.md
@@ -28,9 +28,9 @@ Depending on the gitlab version you are using (check it on your help section on
28
29
Latest version
30
31
-Gitlab 7.5.1:
+Gitlab 7.5.2:
32
```bash
33
-pip install pyapi-gitlab=="7.5.1"
+pip install pyapi-gitlab=="7.5.2"
34
```
35
36
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
setup(
5
name = "pyapi-gitlab",
6
- version = "7.5.1",
+ version = "7.5.2",
7
packages = find_packages(),
8
install_requires = ['requests'],
9
extras_require = {
0 commit comments