Skip to content

Commit 5e6330f

Browse files
author
Gauvain Pocentek
committed
1.5.1 release
1 parent 590c41a commit 5e6330f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
Version 1.5.1_ - 2018-06-23
5+
---------------------------
6+
7+
* Fix the ProjectPipelineJob base class (regression)
8+
49
Version 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

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from 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'

0 commit comments

Comments
 (0)