8000 1.0.1 release · python-gitlab/python-gitlab@e5f59bd · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e5f59bd

Browse files
author
Gauvain Pocentek
committed
1.0.1 release
1 parent a346f92 commit e5f59bd

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Andrew Austin <aaustin@terremark.com>
1717
Armin Weihbold <armin.weihbold@gmail.com>
1818
Aron Pammer <info@aronpammer.me>
1919
Asher256 <Asher256@users.noreply.github.com>
20-
Asher256@users.noreply.github.com <Asher256>
20+
Carlo Mion <mion00@users.noreply.github.com>
2121
Christian <cgumpert@users.noreply.github.com>
2222
Christian Wenk <christian.wenk@omicronenergy.com>
2323
Colin D Bennett <colin.bennett@harman.com>
@@ -54,6 +54,7 @@ Matej Zerovnik <matej@zunaj.si>
5454
Matt Odden <locke105@gmail.com>
5555
Maura Hausman <mhausman@wayfair.com>
5656
Michal Galet <michal.galet@gmail.com>
57+
Mike Kobit <mkobit@gmail.com>
5758
Mikhail Lopotkov <ms.lopotkov@tensor.ru>
5859
Missionrulz <missionrulz@gmail.com>
5960
Mond WAN <mondwan@users.noreply.github.com>
@@ -67,6 +68,7 @@ Peter Mosmans <support@go-forward.net>
6768
Philipp Busch <philipp.busch@momox.biz>
6869
Rafael Eyng <rafaeleyng@gmail.com>
6970
Richard Hansen <rhansen@rhansen.org>
71+
Robert Lu <robberphex@gmail.com>
7072
samcday <sam.c.day@gmail.com>
7173
savenger <github@smahmood.de>
7274
Stefan K. Dunkler <stefan.dun@gmail.com>

ChangeLog.rst

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

4+
Version 1.0.1_ - 2017-09-21
5+
---------------------------
6+
7+
* Tags can be retrieved by ID
8+
* Add the server response in GitlabError exceptions
9+
* Add support for project file upload
10+
* Minor typo fix in "Switching to v4" documentation
11+
* Fix password authentication for v4
12+
* Fix the labels attrs on MR and issues
13+
* Exceptions: use a proper error message
14+
* Fix http_get method in get artifacts and job trace
15+
* CommitStatus: `sha` is parent attribute
16+
* Fix a couple listing calls to allow proper pagination
17+
* Add missing doc file
18+
419
Version 1.0.0_ - 2017-09-08
520
---------------------------
621

@@ -447,6 +462,7 @@ Version 0.1 - 2013-07-08
447462

448463
* Initial release
449464

465+
.. _1.0.1: https://github.com/python-gitlab/python-gitlab/compare/1.0.0...1.0.1
450466
.. _1.0.0: https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0
451467
.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2
452468
.. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from gitlab.v3.objects import * # noqa
3535

3636
__title__ = 'python-gitlab'
37-
__version__ = '1.0.0'
37+
__version__ = '1.0.1'
3838
__author__ = 'Gauvain Pocentek'
3939
__email__ = 'gauvain@pocentek.net'
4040
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)
0