Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit f982bff

Browse files
author
Itxaka Serrano
committed
bump the version
1 parent 8394cb6 commit f982bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Depending on the gitlab version you are using (check it on your help section on
2828

2929
Latest version
3030

31-
Gitlab 7.5.1:
31+
Gitlab 7.5.2:
3232
```bash
33-
pip install pyapi-gitlab=="7.5.1"
33+
pip install pyapi-gitlab=="7.5.2"
3434
```
3535

3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
setup(
55
name = "pyapi-gitlab",
6-
version = "7.5.1",
6+
version = "7.5.2",
77
packages = find_packages(),
88
install_requires = ['requests'],
99
extras_require = {

0 commit comments

Comments
 (0)