Skip to content

Commit 8c62f14

Browse files
committed
Prep for release 3.0.0
Signed-off-by: Cole Robinson <[email protected]>
1 parent 24dea74 commit 8c62f14

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS.md

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

3+
## Release 3.0.0 (October 03, 2020)
4+
- Drop python2 support
5+
- New option `bugzilla modify --minor-update option`
6+
- requests: use PYTHONBUGZILLA_REQUESTS_TIMEOUT env variable
7+
- xmlrpc: Don't add api key to passed in user dictionary
8+
39
## Release 2.5.0 (July 04, 2020)
410
- cli: Add query --extrafield, --includefield, --excludefield
511
- Revive bugzilla.rhbugzilla.RHBugzilla import path

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.5.0"
7+
version = "3.0.0"
88
__version__ = version

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python-bugzilla
2-
Version: 2.5.0
2+
Version: 3.0.0
33
Release: 1%{?dist}
44
Summary: Python library for interacting with Bugzilla
55

0 commit comments

Comments
 (0)