File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.15
2
+
3
+ * Add a basic HTTP debug method
4
+ * Run more tests in travis
5
+ * Fix fork creation documentation
6
+ * Add more API examples in docs
7
+ * Update the ApplicationSettings attributes
8
+ * Implement the todo API
9
+ * Add sidekiq metrics support
10
+ * Move the constants at the gitlab root level
11
+ * Remove methods marked as deprecated 7 months ago
12
+ * Refactor the Gitlab class
13
+ * Remove _get_list_or_object() and its tests
14
+ * Fix canGet attribute (typo)
15
+ * Remove unused ProjectTagReleaseManager class
16
+ * Add support for project services API
17
+ * Add support for project pipelines
18
+ * Add support for access requests
19
+ * Add support for project deployments
20
+
1
21
Version 0.14
2
22
3
23
* Remove 'next_url' from kwargs before passing it to the cls constructor.
Original file line number Diff line number Diff line change 33
33
from gitlab .objects import * # noqa
34
34
35
35
__title__ = 'python-gitlab'
36
- __version__ = '0.14 '
36
+ __version__ = '0.15 '
37
37
__author__ = 'Gauvain Pocentek'
38
38
__email__ = 'gauvain@pocentek.net'
39
39
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments