Skip to content

Commit e7d1d59

Browse files
committed
Prep for release 3.1.0
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 55e55cc commit e7d1d59

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 3.1.0 (July 27, 2021)
4+
- Detect bugzilla.stage.redhat.com as RHBugzilla
5+
- Add limit as option to build_query (Ivan Lausuch)
6+
37
## Release 3.0.2 (November 12, 2020)
48
- Fix API key leaking into requests exceptions
59

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 = "3.0.2"
7+
version = "3.1.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: 3.0.2
2+
Version: 3.1.0
33
Release: 1%{?dist}
44
Summary: Python library for interacting with Bugzilla
55

0 commit comments

Comments
 (0)