Skip to content

Commit 3765919

Browse files
committed
Prep for release 2.4.0
1 parent 4f77f96 commit 3765919

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# python-bugzilla release news
22

3+
## Release 2.4.0 (June 29, 2020)
4+
- Bugzilla REST API support
5+
- Add --json command line output option
6+
- Add APIs for Bugzilla Groups (Pierre-Yves Chibon)
7+
- Add `Bugzilla.get_requests_session()` API to access raw requests Session
8+
- Add `Bugzilla.get_xmlrpc_proxy()` API to access raw ServerProxy
9+
- Add `Bugzilla requests_session=` init parameter to pass in auth, etc.
10+
- Add `bugzilla attach --ignore-obsolete` (Čestmír Kalina)
11+
- Add `bugzilla login --api-key` for API key prompting (Danilo C. L. de
12+
Paula)
13+
- Add `bugzilla new --private`
14+
315
## Release 2.3.0 (August 26, 2019)
416
- restrict-login suppot (Viliam Krizan)
517
- cli: Add support for private attachments (Brian 'Redbeard' Harrington)

bugzilla/apiversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# This work is licensed under the GNU GPLv2 or later.
55
# See the COPYING file in the top-level directory.
66

7-
version = "2.3.0"
7+
version = "2.4.0"
88
__version__ = version

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%endif
1616

1717
Name: python-bugzilla
18-
Version: 2.3.0
18+
Version: 2.4.0
1919
Release: 1%{?dist}
2020
Summary: Python library for interacting with Bugzilla
2121

0 commit comments

Comments
 (0)