File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ Version 0.21.1 _ - 2017-05-25
5+ ----------------------------
6+
7+ * Fix the manager name for jobs in the Project class
8+
49Version 0.21 _ - 2017-05-24
510--------------------------
611
@@ -417,6 +422,7 @@ Version 0.1 - 2013-07-08
417422
418423* Initial release
419424
425+ .. _0.21.1 : https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1
420426.. _0.21 : https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21
421427.. _0.20 : https://github.com/python-gitlab/python-gitlab/compare/0.19...0.20
422428.. _0.19 : https://github.com/python-gitlab/python-gitlab/compare/0.18...0.19
Original file line number Diff line number Diff line change 3535from gitlab .v3 .objects import * # noqa
3636
3737__title__ = 'python-gitlab'
38- __version__ = '0.21'
38+ __version__ = '0.21.1 '
3939__author__ = 'Gauvain Pocentek'
4040__email__ = 'gauvain@pocentek.net'
4141__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments