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 1.5.1 _ - 2018-06-23
5+ ---------------------------
6+
7+ * Fix the ProjectPipelineJob base class (regression)
8+
49Version 1.5.0 _ - 2018-06-22
510---------------------------
611
@@ -638,6 +643,7 @@ Version 0.1 - 2013-07-08
638643
639644* Initial release
640645
646+ .. _1.5.1 : https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.1
641647.. _1.5.0 : https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.0
642648.. _1.4.0 : https://github.com/python-gitlab/python-gitlab/compare/1.3.0...1.4.0
643649.. _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 3030from gitlab .exceptions import * # noqa
3131
3232__title__ = 'python-gitlab'
33- __version__ = '1.5.0 '
33+ __version__ = '1.5.1 '
3434__author__ = 'Gauvain Pocentek'
3535__email__ = 'gauvain@pocentek.net'
3636__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments