From 19f1b1a968aba7bd9604511c015e8930e5111324 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 11 Jun 2017 13:56:49 +0200 Subject: 0.21.2 release --- AUTHORS | 3 +++ ChangeLog.rst | 12 ++++++++++++ gitlab/__init__.py | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 9a11b3c..d95dad8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,6 +20,7 @@ Asher256@users.noreply.github.com Christian Christian Wenk Colin D Bennett +Cosimo Lupo Crestez Dan Leonard Daniel Kimsey derek-austin @@ -35,6 +36,7 @@ Ian Sparks itxaka Ivica Arsov James (d0c_s4vage) Johnson +Jamie Bliss James E. Flemer James Johnson Jason Antman @@ -50,6 +52,7 @@ Michal Galet Mikhail Lopotkov Missionrulz Mond WAN +Nathan Giesbrecht pa4373 Patrick Miller Peng Xiao diff --git a/ChangeLog.rst b/ChangeLog.rst index 306a730..a72ac6f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,17 @@ ChangeLog ========= +Version 0.21.2_ - 2017-06-11 +---------------------------- + +* Install doc: use sudo for system commands +* [v4] Make MR work properly +* Remove extra_attrs argument from _raw_list +* [v4] Make project issues work properly +* Fix urlencode() usage (python 2/3) (#268) +* Fixed spelling mistake (#269) +* Add new event types to ProjectHook + Version 0.21.1_ - 2017-05-25 ---------------------------- @@ -423,6 +434,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2 .. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1 .. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21 .. _0.20: https://github.com/python-gitlab/python-gitlab/compare/0.19...0.20 diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 4adc563..97e937d 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -35,7 +35,7 @@ from gitlab.exceptions import * # noqa from gitlab.v3.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.21.1' +__version__ = '0.21.2' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' -- cgit v1.2.1