File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
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
+
4
11
Version 1.0.1 _ - 2017-09-21
5
12
---------------------------
6
13
@@ -462,6 +469,7 @@ Version 0.1 - 2013-07-08
462
469
463
470
* Initial release
464
471
472
+ .. _1.0.2 : https://github.com/python-gitlab/python-gitlab/compare/1.0.1...1.0.2
465
473
.. _1.0.1 : https://github.com/python-gitlab/python-gitlab/compare/1.0.0...1.0.1
466
474
.. _1.0.0 : https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0
467
475
.. _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 34
34
from gitlab .v3 .objects import * # noqa
35
35
36
36
__title__ = 'python-gitlab'
37
- __version__ = '1.0.1 '
37
+ __version__ = '1.0.2 '
38
38
__author__ = 'Gauvain Pocentek'
39
39
__email__ = 'gauvain@pocentek.net'
40
40
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments