14
0

- Update to 1.11.0:

* add methods to retrieve an individual project environment
  * group labels with subscriptable mixin
  * add mr rebase method bc4280c
  * get artifact by ref and job cda1174
  * add support for board update 908d79f, closes #801
  * add support for issue.related_merge_requests 90a3631, closes #794

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:29:31 +00:00
committed by Git OBS Bridge
parent e40407a9cd
commit 8169dfedbb
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 10 11:26:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.11.0:
* add methods to retrieve an individual project environment
* group labels with subscriptable mixin
* add mr rebase method bc4280c
* get artifact by ref and job cda1174
* add support for board update 908d79f, closes #801
* add support for issue.related_merge_requests 90a3631, closes #794
-------------------------------------------------------------------
Mon Jul 22 13:15:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>