Skip to content

Commit

Permalink
prepare the 0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Dec 27, 2016
1 parent d6c87d9 commit 8028ec7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
@@ -1,3 +1,17 @@
Version 0.18

* Fix JIRA service editing for GitLab 8.14+
* Add jira_issue_transition_id to the JIRA service optional fields
* Added support for Snippets (new API in Gitlab 8.15)
* [docs] update pagination section
* [docs] artifacts example: open file in wb mode
* [CLI] ignore empty arguments
* [CLI] Fix wrong use of arguments
* [docs] Add doc for snippets
* Fix duplicated data in API docs
* Update known attributes for projects
* sudo: always use strings

Version 0.17

* README: add badges for pypi and RTD
Expand Down
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Expand Up @@ -34,7 +34,7 @@
from gitlab.objects import * # noqa

__title__ = 'python-gitlab'
__version__ = '0.17'
__version__ = '0.18'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'
Expand Down

0 comments on commit 8028ec7

Please sign in to comment.