Skip to content

Commit 430d965

Browse files
Prep for release 3.3.0
1 parent c50c0d6 commit 430d965

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

NEWS.md

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

3+
## Release 3.3.0 (June, 2024)
4+
- Expose error codes from the REST API (Stanislav Levin)
5+
- Fixed broken link in documentation (Danilo C. L. de Paula)
6+
- Set `Bug.weburl` that is compatible with the REST API
7+
- Do not convert 'blocks' or 'depends' to int in `Bugzilla.build_update` (Adam Williamson)
8+
- Use proper REST API route for getting a single bug
9+
- Avoid duplicate entries when one id is 0 (Ricardo Branco)
10+
- Removed unused argument from `Bugzilla.add_dict`
11+
- Fixed API key leak (Ricardo Branco)
12+
- Automatically include alias in include_fields in `Bugzilla._getbugs`
13+
- Added method `Bugzilla.query_return_extra`
14+
- cli: Support --field and --field-json for bugzilla attach
15+
316
## Release 3.2.0 (January 12, 2022)
417
- Use soon-to-be-required Authorization header for RH bugzilla
518
- Remove cookie auth support

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

0 commit comments

Comments
 (0)