File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ Version 1.0.2 _ - 2017-09-29
5+ ---------------------------
6+
7+ * [docs] remove example usage of submanagers
8+ * Properly handle the labels attribute in ProjectMergeRequest
9+ * ProjectFile: handle / in path for delete() and save()
10+
411Version 1.0.1 _ - 2017-09-21
512---------------------------
613
@@ -462,6 +469,7 @@ Version 0.1 - 2013-07-08
462469
463470* Initial release
464471
472+ .. _1.0.2 : https://github.com/python-gitlab/python-gitlab/compare/1.0.1...1.0.2
465473.. _1.0.1 : https://github.com/python-gitlab/python-gitlab/compare/1.0.0...1.0.1
466474.. _1.0.0 : https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0
467475.. _0.21.2 : https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2
Original file line number Diff line number Diff line change 3434from gitlab .v3 .objects import * # noqa
3535
3636__title__ = 'python-gitlab'
37- __version__ = '1.0.1 '
37+ __version__ = '1.0.2 '
3838__author__ = 'Gauvain Pocentek'
3939__email__ = 'gauvain@pocentek.net'
4040__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments