Skip to content

Commit 803ed2b

Browse files
committed
Bump version to v0.5.1
1 parent 9257b8e commit 803ed2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.5.1
2+
[*] Rename find_project_by_name to find_projects_by_name before hitting PyPI
3+
14
v0.5.0
25
[*] Support GitLab 6.2 API changes
36
[*] Added GitLab.find_project_by_name()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gitlab3',
10-
version='0.5.0',
10+
version='0.5.1',
1111
license='LGPLv3',
1212
description='GitLab API v3 Python Wrapper.',
1313
long_description='A complete Python client/wrapper for GitLab API v3',

0 commit comments

Comments
 (0)