Skip to content

Commit 5c4f77f

Browse files
author
Gauvain Pocentek
committed
0.11.1 release update
1 parent 097171d commit 5c4f77f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ pa4373 <pa4373@gmail.com>
2222
Colin D Bennett <colin.bennett@harman.com>
2323
François Gouteroux <francois.gouteroux@d2-si.eu>
2424
Daniel Serodio <dserodio@gmail.com>
25+
Colin D Bennett <colin.bennett@harman.com>

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.11.1
2+
3+
* Fix discovery of parents object attrs for managers
4+
* Support setting commit status
5+
* Support deletion without getting the object first
6+
* Improve the documentation
7+
18
Version 0.11
29

310
* functional_tests.sh: support python 2 and 3

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from gitlab.objects import * # noqa
3333

3434
__title__ = 'python-gitlab'
35-
__version__ = '0.11'
35+
__version__ = '0.11.1'
3636
__author__ = 'Gauvain Pocentek'
3737
__email__ = 'gauvain@pocentek.net'
3838
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)