Skip to content

Commit 1852b77

Browse files
committed
Prep for release 3.0.2
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 6cfe8c5 commit 1852b77

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

NEWS.md

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

3+
## Release 3.0.2 (November 12, 2020)
4+
- Fix API key leaking into requests exceptions
5+
36
## Release 3.0.1 (October 07, 2020)
47
- Skip man page generation to fix build on Windows (Alexander Todorov)
58

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

0 commit comments

Comments
 (0)