Skip to content

Commit 704ca51

Browse files
authored
Merge pull request python-gitlab#657 from python-gitlab/release-1.7.0
Prepare the 1.7.0 release
2 parents 59e3e45 + 456f3c4 commit 704ca51

File tree

3 files changed

+33
-102
lines changed

3 files changed

+33
-102
lines changed

AUTHORS

Lines changed: 6 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,10 @@
1-
Authors
2-
-------
1+
Authors / Maintainers
2+
---------------------
33

4-
Gauvain Pocentek <[email protected]>
5-
Mika Mäenpää <[email protected]>
4+
Gauvain Pocentek <[email protected]>
5+
Max Wittig <[email protected]>
66

77
Contributors
88
------------
9-
Adam Reid <[email protected]>
10-
Alexander Skiba <[email protected]>
11-
Alex Widener <[email protected]>
12-
Amar Sood (tekacs) <[email protected]>
13-
Andjelko Horvat <[email protected]>
14-
Andreas Nüßlein <[email protected]>
15-
Andrew Austin <[email protected]>
16-
Armin Weihbold <[email protected]>
17-
Aron Pammer <[email protected]>
18-
19-
Bancarel Valentin <[email protected]>
20-
Ben Brown <[email protected]>
21-
22-
Carlo Mion <[email protected]>
23-
Carlos Soriano <[email protected]>
24-
Christian <[email protected]>
25-
Christian Wenk <[email protected]>
26-
Colin D Bennett <[email protected]>
27-
Cosimo Lupo <[email protected]>
28-
Crestez Dan Leonard <[email protected]>
29-
Cyril Jouve <[email protected]>
30-
Daniel Kimsey <[email protected]>
31-
David Guest <[email protected]>
32-
derek-austin <[email protected]>
33-
Diego Giovane Pasqualin <[email protected]>
34-
Dmytro Litvinov <[email protected]>
35-
Eli Sarver <[email protected]>
36-
Eric L Frederich <[email protected]>
37-
Eric Sabouraud <[email protected]>
38-
Erik Weatherwax <[email protected]>
39-
fgouteroux <[email protected]>
40-
Greg Allen <[email protected]>
41-
Guillaume Delacour <[email protected]>
42-
43-
hakkeroid <[email protected]>
44-
Ian Sparks <[email protected]>
45-
46-
Ivica Arsov <[email protected]>
47-
Jakub Wilk <[email protected]>
48-
James (d0c_s4vage) Johnson <[email protected]>
49-
James E. Flemer <[email protected]>
50-
James Johnson <[email protected]>
51-
Jamie Bliss <[email protected]>
52-
Jason Antman <[email protected]>
53-
Jerome Robert <[email protected]>
54-
Johan Brandhorst <[email protected]>
55-
Jonathon Reinhart <[email protected]>
56-
Jon Banafato <[email protected]>
57-
Keith Wansbrough <[email protected]>
58-
Koen Smets <[email protected]>
59-
Kris Gambirazzi <[email protected]>
60-
61-
Lyudmil Nenov <[email protected]>
62-
Mart Sõmermaa <[email protected]>
63-
massimone88 <[email protected]>
64-
Matej Zerovnik <[email protected]>
65-
Matt Odden <[email protected]>
66-
Matthias Schmitz <[email protected]>
67-
Matus Ferech <[email protected]>
68-
Maura Hausman <[email protected]>
69-
Maxime Guyot <[email protected]>
70-
Max Wittig <[email protected]>
71-
Michael Overmeyer <[email protected]>
72-
Michal Galet <[email protected]>
73-
Mike Kobit <[email protected]>
74-
Mikhail Lopotkov <[email protected]>
75-
76-
Missionrulz <[email protected]>
77-
78-
Moritz Lipp <[email protected]>
79-
Nathan Giesbrecht <[email protected]>
80-
Nathan Schmidt <[email protected]>
81-
82-
Patrick Miller <[email protected]>
83-
Pavel Savchenko <[email protected]>
84-
Peng Xiao <[email protected]>
85-
Pete Browne <[email protected]>
86-
Peter Mosmans <[email protected]>
87-
P. F. Chimento <[email protected]>
88-
Philipp Busch <[email protected]>
89-
Pierre Tardy <[email protected]>
90-
Rafael Eyng <[email protected]>
91-
Richard Hansen <[email protected]>
92-
Robert Lu <[email protected]>
93-
94-
95-
Stefan Crain <[email protected]>
96-
Stefan K. Dunkler <[email protected]>
97-
Stefan Klug <[email protected]>
98-
Stefano Mandruzzato <[email protected]>
99-
THEBAULT Julien <[email protected]>
100-
Tim Neumann <[email protected]>
101-
Tom Downes <[email protected]>
102-
103-
Will Rouesnel <[email protected]>
104-
Will Starms <[email protected]>
105-
Yosi Zelensky <[email protected]>
9+
10+
See ``git log`` for a full list of contributors.

ChangeLog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
ChangeLog
22
=========
33

4+
Version 1.7.0_ - 2018-12-09
5+
---------------------------
6+
7+
* [docs] Fix the owned/starred usage documentation
8+
* [docs] Add a warning about http to https redirects
9+
* Fix the https redirection test
10+
* [docs] Add a note about GroupProject limited API
11+
* Add missing comma in ProjectIssueManager _create_attrs
12+
* More flexible docker image
13+
* Add project protected tags management
14+
* [cli] Print help and usage without config file
15+
* Rename MASTER_ACCESS to MAINTAINER_ACCESS
16+
* [docs] Add docs build information
17+
* Use docker image with current sources
18+
* [docs] Add PyYAML requirement notice
19+
* Add Gitter badge to README
20+
* [docs] Add an example of pipeline schedule vars listing
21+
* [cli] Exit on config parse error, instead of crashing
22+
* Add support for resource label events
23+
* [docs] Fix the milestone filetring doc (iid -> iids)
24+
* [docs] Fix typo in custom attributes example
25+
* Improve error message handling in exceptions
26+
* Add support for members all() method
27+
* Add access control options to protected branch creation
28+
429
Version 1.6.0_ - 2018-08-25
530
---------------------------
631

@@ -660,6 +685,7 @@ Version 0.1 - 2013-07-08
660685

661686
* Initial release
662687

688+
.. _1.7.0: https://github.com/python-gitlab/python-gitlab/compare/1.6.0...1.7.0
663689
.. _1.6.0: https://github.com/python-gitlab/python-gitlab/compare/1.5.1...1.6.0
664690
.. _1.5.1: https://github.com/python-gitlab/python-gitlab/compare/1.5.0...1.5.1
665691
.. _1.5.0: https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.0

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from gitlab import utils # noqa
3232

3333
__title__ = 'python-gitlab'
34-
__version__ = '1.6.0'
34+
__version__ = '1.7.0'
3535
__author__ = 'Gauvain Pocentek'
3636
__email__ = '[email protected]'
3737
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)