Skip to content

Commit 3ff7d9b

Browse files
author
Gauvain Pocentek
committed
Prepare the 0.21.1 release
1 parent d75e565 commit 3ff7d9b

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 0.21.1_ - 2017-05-25
5+
----------------------------
6+
7+
* Fix the manager name for jobs in the Project class
8+
49
Version 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

gitlab/__init__.py

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

0 commit comments

Comments
 (0)