Skip to content

Commit

Permalink
Prepare the 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Sep 29, 2017
1 parent 05656bb commit 9e09cf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,13 @@
ChangeLog
=========

Version 1.0.2_ - 2017-09-29
---------------------------

* [docs] remove example usage of submanagers
* Properly handle the labels attribute in ProjectMergeRequest
* ProjectFile: handle / in path for delete() and save()

Version 1.0.1_ - 2017-09-21
---------------------------

Expand Down Expand Up @@ -462,6 +469,7 @@ Version 0.1 - 2013-07-08

* Initial release

.. _1.0.2: https://github.com/python-gitlab/python-gitlab/compare/1.0.1...1.0.2
.. _1.0.1: https://github.com/python-gitlab/python-gitlab/compare/1.0.0...1.0.1
.. _1.0.0: https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0
.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2
Expand Down
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Expand Up @@ -34,7 +34,7 @@
from gitlab.v3.objects import * # noqa

__title__ = 'python-gitlab'
__version__ = '1.0.1'
__version__ = '1.0.2'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'
Expand Down

0 comments on commit 9e09cf6

Please sign in to comment.