diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-25 07:01:53 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-25 07:01:53 +0200 |
commit | 3ff7d9b70e8bf464706ab1440c87db5aba9c418f (patch) | |
tree | f308417b5ecaab75224a5b660ecd1f01b01cbf15 /ChangeLog.rst | |
parent | d75e565ca0d4bd44e0e0f4a108e3648e21f799b5 (diff) | |
download | gitlab-3ff7d9b70e8bf464706ab1440c87db5aba9c418f.tar.gz |
Prepare the 0.21.1 release
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 6d313d6..6e1bc14 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ ChangeLog ========= +Version 0.21.1_ - 2017-05-25 +---------------------------- + +* Fix the manager name for jobs in the Project class + Version 0.21_ - 2017-05-24 -------------------------- @@ -417,6 +422,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1 .. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21 .. _0.20: https://github.com/python-gitlab/python-gitlab/compare/0.19...0.20 .. _0.19: https://github.com/python-gitlab/python-gitlab/compare/0.18...0.19 |