Skip to content

Commit

Permalink
Prepare the 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Feb 18, 2018
1 parent d63748a commit 10bd1f4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
6 changes: 5 additions & 1 deletion AUTHORS
Expand Up @@ -36,7 +36,6 @@ Erik Weatherwax <erik.weatherwax@xls.xerox.com>
fgouteroux <francois.gouteroux@d2-si.eu>
Greg Allen <GregoryEAllen@users.noreply.github.com>
Guillaume Delacour <gui@iroqwa.org>
Guyzmo <guyzmo+github@m0g.net>
Guyzmo <guyzmo+github+pub@m0g.net>
hakkeroid <hakkeroid@users.noreply.github.com>
Ian Sparks <isparks@mdsol.com>
Expand All @@ -51,6 +50,7 @@ Jerome Robert <jeromerobert@gmx.com>
Johan Brandhorst <johan@cognitivelogic.com>
Jonathon Reinhart <Jonathon.Reinhart@gmail.com>
Jon Banafato <jon@jonafato.com>
Keith Wansbrough <keithw@lochan.org>
Koen Smets <koen.smets@gmail.com>
Kris Gambirazzi <Kris@sitehost.co.nz>
Lyudmil Nenov <lyudmil.nenov@gmail.com>
Expand All @@ -59,11 +59,14 @@ massimone88 <stefano.mandruzzato@gmail.com>
Matej Zerovnik <matej@zunaj.si>
Matt Odden <locke105@gmail.com>
Maura Hausman <mhausman@wayfair.com>
Michael Overmeyer <m.overmeyer@yahoo.ca>
Michal Galet <michal.galet@gmail.com>
Mike Kobit <mkobit@gmail.com>
Mikhail Lopotkov <ms.lopotkov@tensor.ru>
Miouge1 <Miouge1@users.noreply.github.com>
Missionrulz <missionrulz@gmail.com>
Mond WAN <mondwan@users.noreply.github.com>
Moritz Lipp <github@mlq.me>
Nathan Giesbrecht <NathanGiesbrecht@users.noreply.github.com>
Nathan Schmidt <nathan@cascade-softworks.com>
pa4373 <pa4373@gmail.com>
Expand All @@ -74,6 +77,7 @@ Pete Browne <pete.browne@localmed.com>
Peter Mosmans <support@go-forward.net>
P. F. Chimento <philip.chimento@gmail.com>
Philipp Busch <philipp.busch@momox.biz>
Pierre Tardy <tardyp@gmail.com>
Rafael Eyng <rafaeleyng@gmail.com>
Richard Hansen <rhansen@rhansen.org>
Robert Lu <robberphex@gmail.com>
Expand Down
19 changes: 19 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,24 @@
ChangeLog
=========

Version 1.3.0_ - 2018-02-18
---------------------------

* Add support for pipeline schedules and schedule variables
* Clarify information about supported python version
* Add manager for jobs within a pipeline
* Fix wrong tag example
* Update the groups documentation
* Add support for MR participants API
* Add support for getting list of user projects
* Add Gitlab and User events support
* Make trigger_pipeline return the pipeline
* Config: support api_version in the global section
* Gitlab can be used as context manager
* Default to API v4
* Add a simplified example for streamed artifacts
* Add documentation about labels update

Version 1.2.0_ - 2018-01-01
---------------------------

Expand Down Expand Up @@ -535,6 +553,7 @@ Version 0.1 - 2013-07-08

* Initial release

.. _1.3.0: https://github.com/python-gitlab/python-gitlab/compare/1.2.0...1.3.0
.. _1.2.0: https://github.com/python-gitlab/python-gitlab/compare/1.1.0...1.2.0
.. _1.1.0: https://github.com/python-gitlab/python-gitlab/compare/1.0.2...1.1.0
.. _1.0.2: https://github.com/python-gitlab/python-gitlab/compare/1.0.1...1.0.2
Expand Down
4 changes: 2 additions & 2 deletions gitlab/__init__.py
Expand Up @@ -34,11 +34,11 @@
from gitlab.v3.objects import * # noqa

__title__ = 'python-gitlab'
__version__ = '1.2.0'
__version__ = '1.3.0'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'
__copyright__ = 'Copyright 2013-2017 Gauvain Pocentek'
__copyright__ = 'Copyright 2013-2018 Gauvain Pocentek'

warnings.filterwarnings('default', category=DeprecationWarning,
module='^gitlab')
Expand Down

0 comments on commit 10bd1f4

Please sign in to comment.