8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3dcd1 commit 90ad2deCopy full SHA for 90ad2de
ChangeLog
@@ -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
7
Version 0.15
8
9
* Add a basic HTTP debug method
gitlab/__init__.py
@@ -33,7 +33,7 @@
33
from gitlab.objects import * # noqa
34
35
__title__ = 'python-gitlab'
36
-__version__ = '0.15'
+__version__ = '0.15.1'
37
__author__ = 'Gauvain Pocentek'
38
__email__ = 'gauvain@pocentek.net'
39
__license__ = 'LGPL3'
0 commit comments