Skip to content

Commit dcb5728

Browse files
committed
Prep for release 2.2.0
1 parent c8ad558 commit dcb5728

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS.md

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

3+
## Release 2.2.0 (August 11, 2018)
4+
- Port tests to pytest
5+
- cli: --cert Client side certificate support (Tobias Wolter)
6+
- cli: add ability to post comment while sending attachment (Jeff Mahoney)
7+
- cli: Add --comment-tag option
8+
- cli: Add info --active-components
9+
- Add a raw Product.get wrapper API
10+
311
## Release 2.1.0 (March 30, 2017)
412
- Support for bugzilla 5 API Keys (Dustin J. Mitchell)
513
- bugzillarc can be used to set default URL for the cli tool

bugzilla/apiversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
88
# the full text of the license.
99

10-
version = "2.1.0"
10+
version = "2.2.0"
1111
__version__ = version

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%endif
1616

1717
Name: python-bugzilla
18-
Version: 2.1.0
18+
Version: 2.2.0
1919
Release: 1%{?dist}
2020
Summary: Python library for interacting with Bugzilla
2121

0 commit comments

Comments
 (0)