File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ pa4373 <pa4373@gmail.com>
22
22
Colin D Bennett <colin.bennett@harman.com>
23
23
François Gouteroux <francois.gouteroux@d2-si.eu>
24
24
Daniel Serodio <dserodio@gmail.com>
25
+ Colin D Bennett <colin.bennett@harman.com>
Original file line number Diff line number Diff line change
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
+
1
8
Version 0.11
2
9
3
10
* functional_tests.sh: support python 2 and 3
Original file line number Diff line number Diff line change 32
32
from gitlab .objects import * # noqa
33
33
34
34
__title__ = 'python-gitlab'
35
- __version__ = '0.11'
35
+ __version__ = '0.11.1 '
36
36
__author__ = 'Gauvain Pocentek'
37
37
__email__ = 'gauvain@pocentek.net'
38
38
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments