Skip to content

Commit 44045cb

Browse files
committed
Prep for release 2.1.0
1 parent 0d4ace2 commit 44045cb

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

NEWS.md

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

3+
## Release 2.1.0 (March 30, 2017)
4+
- Support for bugzilla 5 API Keys (Dustin J. Mitchell)
5+
- bugzillarc can be used to set default URL for the cli tool
6+
- Revive update_flags wrapper
7+
- Bug fixes and minor improvements
8+
39
## Release 2.0.0 (Feb 08 2017)
410

511
This release contains several small to medium API breaks. I expect most users

bugzilla.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "Feb 8, 2017" "version 2.0.0" "User Commands"
1+
.TH bugzilla 1 "Mar 30, 2017" "version 2.1.0" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS

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.0.0"
10+
version = "2.1.0"
1111
__version__ = version

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: python-bugzilla
9-
Version: 2.0.0
9+
Version: 2.1.0
1010
Release: 1%{?dist}
1111
Summary: python2 library for interacting with Bugzilla
1212

0 commit comments

Comments
 (0)