File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.18
2
+
3
+ * Fix JIRA service editing for GitLab 8.14+
4
+ * Add jira_issue_transition_id to the JIRA service optional fields
5
+ * Added support for Snippets (new API in Gitlab 8.15)
6
+ * [docs] update pagination section
7
+ * [docs] artifacts example: open file in wb mode
8
+ * [CLI] ignore empty arguments
9
+ * [CLI] Fix wrong use of arguments
10
+ * [docs] Add doc for snippets
11
+ * Fix duplicated data in API docs
12
+ * Update known attributes for projects
13
+ * sudo: always use strings
14
+
1
15
Version 0.17
2
16
3
17
* README: add badges for pypi and RTD
Original file line number Diff line number Diff line change 34
34
from gitlab .objects import * # noqa
35
35
36
36
__title__ = 'python-gitlab'
37
- __version__ = '0.17 '
37
+ __version__ = '0.18 '
38
38
__author__ = 'Gauvain Pocentek'
39
39
__email__ = 'gauvain@pocentek.net'
40
40
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments