Skip to content

Commit 9e09cf6

Browse files
author
Gauvain Pocentek
committed
Prepare the 1.0.2 release
1 parent 05656bb commit 9e09cf6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.rst

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

4+
Version 1.0.2_ - 2017-09-29
5+
---------------------------
6+
7+
* [docs] remove example usage of submanagers
8+
* Properly handle the labels attribute in ProjectMergeRequest
9+
* ProjectFile: handle / in path for delete() and save()
10+
411
Version 1.0.1_ - 2017-09-21
512
---------------------------
613

@@ -462,6 +469,7 @@ Version 0.1 - 2013-07-08
462469

463470
* Initial release
464471

472+
.. _1.0.2: https://github.com/python-gitlab/python-gitlab/compare/1.0.1...1.0.2
465473
.. _1.0.1: https://github.com/python-gitlab/python-gitlab/compare/1.0.0...1.0.1
466474
.. _1.0.0: https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0
467475
.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from gitlab.v3.objects import * # noqa
3535

3636
__title__ = 'python-gitlab'
37-
__version__ = '1.0.1'
37+
__version__ = '1.0.2'
3838
__author__ = 'Gauvain Pocentek'
3939
__email__ = 'gauvain@pocentek.net'
4040
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)