File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ Contributors
88------------
99
1010Adam Reid <areid@navtech.aero>
11+ Alex Widener <alexwidener@users.noreply.github.com>
1112Amar Sood (tekacs) <mail@tekacs.com>
13+ Andjelko Horvat <ahorvat@reflected.net>
14+ Andreas Nüßlein <nutz@noova.de>
1215Andrew Austin <aaustin@terremark.com>
1316Armin Weihbold <armin.weihbold@gmail.com>
1417Asher256 <Asher256@users.noreply.github.com>
@@ -28,6 +31,7 @@ hakkeroid <hakkeroid@users.noreply.github.com>
2831itxaka <itxakaserrano@gmail.com>
2932Ivica Arsov <ivica.arsov@sculpteo.com>
3033James (d0c_s4vage) Johnson <james.johnson@exodusintel.com>
34+ James Johnson <d0c.s4vage@gmail.com>
3135Jason Antman <jason@jasonantman.com>
3236Jonathon Reinhart <Jonathon.Reinhart@gmail.com>
3337Koen 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+
116Version 0.18
217
318 * Fix JIRA service editing for GitLab 8.14+
Original file line number Diff line number Diff line change 3434from gitlab .objects import * # noqa
3535
3636__title__ = 'python-gitlab'
37- __version__ = '0.18 '
37+ __version__ = '0.19 '
3838__author__ = 'Gauvain Pocentek'
3939__email__ = 'gauvain@pocentek.net'
4040__license__ = 'LGPL3'
41- __copyright__ = 'Copyright 2013-2016 Gauvain Pocentek'
41+ __copyright__ = 'Copyright 2013-2017 Gauvain Pocentek'
4242
4343warnings .filterwarnings ('default' , category = DeprecationWarning ,
4444 module = '^gitlab' )
You can’t perform that action at this time.
0 commit comments