Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90ad2de

Browse files
author
Gauvain Pocentek
committedSep 3, 2016
0.15.1 release
1 parent dc3dcd1 commit 90ad2de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.15.1
2+
3+
* docs: improve the pagination section
4+
* Fix and test pagination
5+
* 'path' is an existing gitlab attr, don't use it as method argument
6+
17
Version 0.15
28

39
* Add a basic HTTP debug method

‎gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from gitlab.objects import * # noqa
3434

3535
__title__ = 'python-gitlab'
36-
__version__ = '0.15'
36+
__version__ = '0.15.1'
3737
__author__ = 'Gauvain Pocentek'
3838
__email__ = 'gauvain@pocentek.net'
3939
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)
Failed to load comments.