From cd696240ec9000ce12c4232db3436fbca58b8fdd Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 21 Feb 2017 05:54:43 +0100 Subject: 0.19 release --- AUTHORS | 4 ++++ ChangeLog | 15 +++++++++++++++ gitlab/__init__.py | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3e38faf..d01d578 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,7 +8,10 @@ Contributors ------------ Adam Reid +Alex Widener Amar Sood (tekacs) +Andjelko Horvat +Andreas Nüßlein Andrew Austin Armin Weihbold Asher256 @@ -28,6 +31,7 @@ hakkeroid itxaka Ivica Arsov James (d0c_s4vage) Johnson +James Johnson Jason Antman Jonathon Reinhart Koen Smets diff --git a/ChangeLog b/ChangeLog index e769d16..14415f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Version 0.19 + + * Update project.archive() docs + * Support the scope attribute in runners.list() + * Add support for project runners + * Add support for commit creation + * Fix install doc + * Add builds-email and pipelines-email services + * Deploy keys: rework enable/disable + * Document the dynamic aspect of objects + * Add pipeline_events to ProjectHook attrs + * Add due_date attribute to ProjectIssue + * Handle settings.domain_whitelist, partly + * {Project,Group}Member: support expires_at attribute + Version 0.18 * Fix JIRA service editing for GitLab 8.14+ diff --git a/gitlab/__init__.py b/gitlab/__init__.py index e0051aa..119dab0 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -34,11 +34,11 @@ from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.18' +__version__ = '0.19' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' -__copyright__ = 'Copyright 2013-2016 Gauvain Pocentek' +__copyright__ = 'Copyright 2013-2017 Gauvain Pocentek' warnings.filterwarnings('default', category=DeprecationWarning, module='^gitlab') -- cgit v1.2.1