File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ Contributors
8
8
------------
9
9
10
10
Adam Reid <areid@navtech.aero>
11
+ Alex Widener <alexwidener@users.noreply.github.com>
11
12
Amar Sood (tekacs) <mail@tekacs.com>
13
+ Andjelko Horvat <ahorvat@reflected.net>
14
+ Andreas Nüßlein <nutz@noova.de>
12
15
Andrew Austin <aaustin@terremark.com>
13
16
Armin Weihbold <armin.weihbold@gmail.com>
14
17
Asher256 <Asher256@users.noreply.github.com>
@@ -28,6 +31,7 @@ hakkeroid <hakkeroid@users.noreply.github.com>
28
31
itxaka <itxakaserrano@gmail.com>
29
32
Ivica Arsov <ivica.arsov@sculpteo.com>
30
33
James (d0c_s4vage) Johnson <james.johnson@exodusintel.com>
34
+ James Johnson <d0c.s4vage@gmail.com>
31
35
Jason Antman <jason@jasonantman.com>
32
36
Jonathon Reinhart <Jonathon.Reinhart@gmail.com>
33
37
Koen Smets <koen.smets@gmail.com>
Original file line number Diff line number Diff line change
1
+ Version 0.19
2
+
3
+ * Update project.archive() docs
4
+ * Support the scope attribute in runners.list()
5
+ * Add support for project runners
6
+ * Add support for commit creation
7
+ * Fix install doc
8
+ * Add builds-email and pipelines-email services
9
+ * Deploy keys: rework enable/disable
10
+ * Document the dynamic aspect of objects
11
+ * Add pipeline_events to ProjectHook attrs
12
+ * Add due_date attribute to ProjectIssue
13
+ * Handle settings.domain_whitelist, partly
14
+ * {Project,Group}Member: support expires_at attribute
15
+
1
16
Version 0.18
2
17
3
18
* Fix JIRA service editing for GitLab 8.14+
Original file line number Diff line number Diff line change 34
34
from gitlab .objects import * # noqa
35
35
36
36
__title__ = 'python-gitlab'
37
- __version__ = '0.18 '
37
+ __version__ = '0.19 '
38
38
__author__ = 'Gauvain Pocentek'
39
39
__email__ = 'gauvain@pocentek.net'
40
40
__license__ = 'LGPL3'
41
- __copyright__ = 'Copyright 2013-2016 Gauvain Pocentek'
41
+ __copyright__ = 'Copyright 2013-2017 Gauvain Pocentek'
42
42
43
43
warnings .filterwarnings ('default' , category = DeprecationWarning ,
44
44
module = '^gitlab' )
You can’t perform that action at this time.
0 commit comments