Skip to content

Commit 19f1b1a

Browse files
author
Gauvain Pocentek
committed
0.21.2 release
1 parent 4ce2794 commit 19f1b1a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Asher256@users.noreply.github.com <Asher256>
2020
Christian <cgumpert@users.noreply.github.com>
2121
Christian Wenk <christian.wenk@omicronenergy.com>
2222
Colin D Bennett <colin.bennett@harman.com>
23+
Cosimo Lupo <cosimo.lupo@daltonmaag.com>
2324
Crestez Dan Leonard <lcrestez@ixiacom.com>
2425
Daniel Kimsey <dekimsey@ufl.edu>
2526
derek-austin <derek.austin35@mailinator.com>
@@ -35,6 +36,7 @@ Ian Sparks <isparks@mdsol.com>
3536
itxaka <itxakaserrano@gmail.com>
3637
Ivica Arsov <ivica.arsov@sculpteo.com>
3738
James (d0c_s4vage) Johnson <james.johnson@exodusintel.com>
39+
Jamie Bliss <astronouth7303@gmail.com>
3840
James E. Flemer <james.flemer@ndpgroup.com>
3941
James Johnson <d0c.s4vage@gmail.com>
4042
Jason Antman <jason@jasonantman.com>
@@ -50,6 +52,7 @@ Michal Galet <michal.galet@gmail.com>
5052
Mikhail Lopotkov <ms.lopotkov@tensor.ru>
5153
Missionrulz <missionrulz@gmail.com>
5254
Mond WAN <mondwan@users.noreply.github.com>
55+
Nathan Giesbrecht <NathanGiesbrecht@users.noreply.github.com>
5356
pa4373 <pa4373@gmail.com>
5457
Patrick Miller <patrick@velocitywebworks.com>
5558
Peng Xiao <xiaoquwl@gmail.com>

ChangeLog.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
ChangeLog
22
=========
33

4+
Version 0.21.2_ - 2017-06-11
5+
----------------------------
6+
7+
* Install doc: use sudo for system commands
8+
* [v4] Make MR work properly
9+
* Remove extra_attrs argument from _raw_list
10+
* [v4] Make project issues work properly
11+
* Fix urlencode() usage (python 2/3) (#268)
12+
* Fixed spelling mistake (#269)
13+
* Add new event types to ProjectHook
14+
415
Version 0.21.1_ - 2017-05-25
516
----------------------------
617

@@ -423,6 +434,7 @@ Version 0.1 - 2013-07-08
423434

424435
* Initial release
425436

437+
.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2
426438
.. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1
427439
.. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21
428440
.. _0.20: https://github.com/python-gitlab/python-gitlab/compare/0.19...0.20

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from gitlab.v3.objects import * # noqa
3636

3737
__title__ = 'python-gitlab'
38-
__version__ = '0.21.1'
38+
__version__ = '0.21.2'
3939
__author__ = 'Gauvain Pocentek'
4040
__email__ = 'gauvain@pocentek.net'
4141
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)