File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 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+
115Version 0.17
216
317 * README: add badges for pypi and RTD
Original file line number Diff line number Diff line change 3434from gitlab .objects import * # noqa
3535
3636__title__ = 'python-gitlab'
37- __version__ = '0.17 '
37+ __version__ = '0.18 '
3838__author__ = 'Gauvain Pocentek'
3939__email__ = 'gauvain@pocentek.net'
4040__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments