Skip to content

Commit 8028ec7

Browse files
author
Gauvain Pocentek
committed
prepare the 0.18 release
1 parent d6c87d9 commit 8028ec7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
Version 0.17
216

317
* README: add badges for pypi and RTD

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from 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'

0 commit comments

Comments
 (0)