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 1.5.1 _ - 2018-06-23
5
+ ---------------------------
6
+
7
+ * Fix the ProjectPipelineJob base class (regression)
8
+
4
9
Version 1.5.0 _ - 2018-06-22
5
10
---------------------------
6
11
@@ -638,6 +643,7 @@ Version 0.1 - 2013-07-08
638
643
639
644
* Initial release
640
645
646
+ .. _1.5.1 : https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.1
641
647
.. _1.5.0 : https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.0
642
648
.. _1.4.0 : https://github.com/python-gitlab/python-gitlab/compare/1.3.0...1.4.0
643
649
.. _1.3.0 : https://github.com/python-gitlab/python-gitlab/compare/1.2.0...1.3.0
Original file line number Diff line number Diff line change 30
30
from gitlab .exceptions import * # noqa
31
31
32
32
__title__ = 'python-gitlab'
33
- __version__ = '1.5.0 '
33
+ __version__ = '1.5.1 '
34
34
__author__ = 'Gauvain Pocentek'
35
35
__email__ = 'gauvain@pocentek.net'
36
36
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments