Skip to content

Commit 7aa70ed

Browse files
committed
Prep for release 2.5.0
1 parent c9e2cf7 commit 7aa70ed

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

NEWS.md

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

3+
## Release 2.5.0 (July 04, 2020)
4+
- cli: Add query --extrafield, --includefield, --excludefield
5+
- Revive bugzilla.rhbugzilla.RHBugzilla import path
6+
37
## Release 2.4.0 (June 29, 2020)
48
- Bugzilla REST API support
59
- Add --json command line output option

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.4.0"
7+
version = "2.5.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.4.0
18+
Version: 2.5.0
1919
Release: 1%{?dist}
2020
Summary: Python library for interacting with Bugzilla
2121

0 commit comments

Comments
 (0)