15
0
forked from pool/python-jira

- update to 3.8.0:

* Add goal field to update/create sprint (#1806) @zbarahal
  * add backward compatibility for createmeta_issuetypes &
    createmeta_fieldtypes (#1838) @paminov
- update to 3.7.0:
  * add Release Process doc
  * Improve handling of Jira's retry-after handling
  * ISSUE-1836: Add `Dashboard` Support
  * Update createmeta warning with new method names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=27
This commit is contained in:
2024-04-03 07:25:47 +00:00
committed by Git OBS Bridge
parent 61b52aa535
commit c11dc7f28d
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Apr 3 07:24:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.8.0:
* Add goal field to update/create sprint (#1806) @zbarahal
* add backward compatibility for createmeta_issuetypes &
createmeta_fieldtypes (#1838) @paminov
- update to 3.7.0:
* add Release Process doc
* Improve handling of Jira's retry-after handling
* ISSUE-1836: Add `Dashboard` Support
* Update createmeta warning with new method names
-------------------------------------------------------------------
Sat Mar 23 12:17:51 UTC 2024 - Dirk Müller <dmueller@suse.com>