Skip to content

Commit cd701f6

Browse files
committed
Prep for release 3.2.0
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 79585d6 commit cd701f6

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.2.0 (January 12, 2022)
4+
- Use soon-to-be-required Authorization header for RH bugzilla
5+
- Remove cookie auth support
6+
37
## Release 3.1.0 (July 27, 2021)
48
- Detect bugzilla.stage.redhat.com as RHBugzilla
59
- Add limit as option to build_query (Ivan Lausuch)

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

0 commit comments

Comments
 (0)