Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90ad2de

Browse filesBrowse files
author
Gauvain Pocentek
committed
0.15.1 release
1 parent dc3dcd1 commit 90ad2de
Copy full SHA for 90ad2de

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Open diff view settings
Collapse file

‎ChangeLog‎

Copy file name to clipboardExpand all lines: ChangeLog
+6Lines 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
Collapse file

‎gitlab/__init__.py‎

Copy file name to clipboardExpand all lines: gitlab/__init__.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.