We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9257b8e commit 803ed2bCopy full SHA for 803ed2b
ChangeLog
@@ -1,3 +1,6 @@
1
+v0.5.1
2
+ [*] Rename find_project_by_name to find_projects_by_name before hitting PyPI
3
+
4
v0.5.0
5
[*] Support GitLab 6.2 API changes
6
[*] Added GitLab.find_project_by_name()
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='gitlab3',
10
- version='0.5.0',
+ version='0.5.1',
11
license='LGPLv3',
12
description='GitLab API v3 Python Wrapper.',
13
long_description='A complete Python client/wrapper for GitLab API v3',
0 commit comments