File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 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+
121Version 0.14
222
323 * Remove 'next_url' from kwargs before passing it to the cls constructor.
Original file line number Diff line number Diff line change 3333from gitlab .objects import * # noqa
3434
3535__title__ = 'python-gitlab'
36- __version__ = '0.14 '
36+ __version__ = '0.15 '
3737__author__ = 'Gauvain Pocentek'
3838__email__ = 'gauvain@pocentek.net'
3939__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments