File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
+ Version 0.21.1 _ - 2017-05-25
5
+ ----------------------------
6
+
7
+ * Fix the manager name for jobs in the Project class
8
+
4
9
Version 0.21 _ - 2017-05-24
5
10
--------------------------
6
11
@@ -417,6 +422,7 @@ Version 0.1 - 2013-07-08
417
422
418
423
* Initial release
419
424
425
+ .. _0.21.1 : https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1
420
426
.. _0.21 : https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21
421
427
.. _0.20 : https://github.com/python-gitlab/python-gitlab/compare/0.19...0.20
422
428
.. _0.19 : https://github.com/python-gitlab/python-gitlab/compare/0.18...0.19
Original file line number Diff line number Diff line change 35
35
from gitlab .v3 .objects import * # noqa
36
36
37
37
__title__ = 'python-gitlab'
38
- __version__ = '0.21'
38
+ __version__ = '0.21.1 '
39
39
__author__ = 'Gauvain Pocentek'
40
40
__email__ = 'gauvain@pocentek.net'
41
41
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments