Skip to content

Prepare the 1.7.0 release #657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 6 additions & 101 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,105 +1,10 @@
Authors
-------
Authors / Maintainers
---------------------

Gauvain Pocentek <[email protected]>
Mika Mäenpää <[email protected]>
Gauvain Pocentek <[email protected]>
Max Wittig <[email protected]>

Contributors
------------
Adam Reid <[email protected]>
Alexander Skiba <[email protected]>
Alex Widener <[email protected]>
Amar Sood (tekacs) <[email protected]>
Andjelko Horvat <[email protected]>
Andreas Nüßlein <[email protected]>
Andrew Austin <[email protected]>
Armin Weihbold <[email protected]>
Aron Pammer <[email protected]>
Asher256 <[email protected]>
Bancarel Valentin <[email protected]>
Ben Brown <[email protected]>
btmanm <[email protected]>
Carlo Mion <[email protected]>
Carlos Soriano <[email protected]>
Christian <[email protected]>
Christian Wenk <[email protected]>
Colin D Bennett <[email protected]>
Cosimo Lupo <[email protected]>
Crestez Dan Leonard <[email protected]>
Cyril Jouve <[email protected]>
Daniel Kimsey <[email protected]>
David Guest <[email protected]>
derek-austin <[email protected]>
Diego Giovane Pasqualin <[email protected]>
Dmytro Litvinov <[email protected]>
Eli Sarver <[email protected]>
Eric L Frederich <[email protected]>
Eric Sabouraud <[email protected]>
Erik Weatherwax <[email protected]>
fgouteroux <[email protected]>
Greg Allen <[email protected]>
Guillaume Delacour <[email protected]>
Guyzmo <[email protected]>
hakkeroid <[email protected]>
Ian Sparks <[email protected]>
itxaka <[email protected]>
Ivica Arsov <[email protected]>
Jakub Wilk <[email protected]>
James (d0c_s4vage) Johnson <[email protected]>
James E. Flemer <[email protected]>
James Johnson <[email protected]>
Jamie Bliss <[email protected]>
Jason Antman <[email protected]>
Jerome Robert <[email protected]>
Johan Brandhorst <[email protected]>
Jonathon Reinhart <[email protected]>
Jon Banafato <[email protected]>
Keith Wansbrough <[email protected]>
Koen Smets <[email protected]>
Kris Gambirazzi <[email protected]>
leon <[email protected]>
Lyudmil Nenov <[email protected]>
Mart Sõmermaa <[email protected]>
massimone88 <[email protected]>
Matej Zerovnik <[email protected]>
Matt Odden <[email protected]>
Matthias Schmitz <[email protected]>
Matus Ferech <[email protected]>
Maura Hausman <[email protected]>
Maxime Guyot <[email protected]>
Max Wittig <[email protected]>
Michael Overmeyer <[email protected]>
Michal Galet <[email protected]>
Mike Kobit <[email protected]>
Mikhail Lopotkov <[email protected]>
Miouge1 <[email protected]>
Missionrulz <[email protected]>
Mond WAN <[email protected]>
Moritz Lipp <[email protected]>
Nathan Giesbrecht <[email protected]>
Nathan Schmidt <[email protected]>
pa4373 <[email protected]>
Patrick Miller <[email protected]>
Pavel Savchenko <[email protected]>
Peng Xiao <[email protected]>
Pete Browne <[email protected]>
Peter Mosmans <[email protected]>
P. F. Chimento <[email protected]>
Philipp Busch <[email protected]>
Pierre Tardy <[email protected]>
Rafael Eyng <[email protected]>
Richard Hansen <[email protected]>
Robert Lu <[email protected]>
samcday <[email protected]>
savenger <[email protected]>
Stefan Crain <[email protected]>
Stefan K. Dunkler <[email protected]>
Stefan Klug <[email protected]>
Stefano Mandruzzato <[email protected]>
THEBAULT Julien <[email protected]>
Tim Neumann <[email protected]>
Tom Downes <[email protected]>
Twan <[email protected]>
Will Rouesnel <[email protected]>
Will Starms <[email protected]>
Yosi Zelensky <[email protected]>

See ``git log`` for a full list of contributors.
26 changes: 26 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
ChangeLog
=========

Version 1.7.0_ - 2018-12-09
---------------------------

* [docs] Fix the owned/starred usage documentation
* [docs] Add a warning about http to https redirects
* Fix the https redirection test
* [docs] Add a note about GroupProject limited API
* Add missing comma in ProjectIssueManager _create_attrs
* More flexible docker image
* Add project protected tags management
* [cli] Print help and usage without config file
* Rename MASTER_ACCESS to MAINTAINER_ACCESS
* [docs] Add docs build information
* Use docker image with current sources
* [docs] Add PyYAML requirement notice
* Add Gitter badge to README
* [docs] Add an example of pipeline schedule vars listing
* [cli] Exit on config parse error, instead of crashing
* Add support for resource label events
* [docs] Fix the milestone filetring doc (iid -> iids)
* [docs] Fix typo in custom attributes example
* Improve error message handling in exceptions
* Add support for members all() method
* Add access control options to protected branch creation

Version 1.6.0_ - 2018-08-25
---------------------------

Expand Down Expand Up @@ -660,6 +685,7 @@ Version 0.1 - 2013-07-08

* Initial release

.. _1.7.0: https://github.com/python-gitlab/python-gitlab/compare/1.6.0...1.7.0
.. _1.6.0: https://github.com/python-gitlab/python-gitlab/compare/1.5.1...1.6.0
.. _1.5.1: https://github.com/python-gitlab/python-gitlab/compare/1.5.0...1.5.1
.. _1.5.0: https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.0
Expand Down
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from gitlab import utils # noqa

__title__ = 'python-gitlab'
__version__ = '1.6.0'
__version__ = '1.7.0'
__author__ = 'Gauvain Pocentek'
__email__ = '[email protected]'
__license__ = 'LGPL3'
Expand Down