17
0

- Update to 1.17.3:

* [RestClient] Cleanup base class and fix init order in derived class
  * Add review remark -> add *args.
  * Jira: add create project method
  * Migrate header variable into rest client

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atlassian-python-api?expand=0&rev=15
This commit is contained in:
2020-09-11 02:35:35 +00:00
committed by Git OBS Bridge
parent e88783dbc5
commit 78595e6b3c
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 11 02:34:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.17.3:
* [RestClient] Cleanup base class and fix init order in derived class
* Add review remark -> add *args.
* Jira: add create project method
* Migrate header variable into rest client
-------------------------------------------------------------------
Thu Jun 25 02:57:27 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>