Skip to content

Commit 79f46c2

Browse files
author
Gauvain Pocentek
committed
bump version and update changelog
1 parent 8d7faf4 commit 79f46c2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ChangeLog

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
Version 0.14
222

323
* Remove 'next_url' from kwargs before passing it to the cls constructor.

gitlab/__init__.py

+1-1
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.14'
36+
__version__ = '0.15'
3737
__author__ = 'Gauvain Pocentek'
3838
__email__ = 'gauvain@pocentek.net'
3939
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)