Skip to content

Commit a8c7f97

Browse files
committed
Prep for release 1.2.1
1 parent a12cc90 commit a8c7f97

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

bugzilla.1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "April 08, 2015" "version 1.2.0" "User Commands"
1+
.TH bugzilla 1 "May 22, 2015" "version 1.2.1" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS
@@ -30,16 +30,16 @@ show program's version number and exit
3030
show this help message and exit
3131
.IP "--bugzilla=BUGZILLA"
3232
bugzilla XMLRPC URI. default: https://bugzilla.redhat.com/xmlrpc.cgi
33-
.IP "--bztype=BZTYPE"
34-
Bugzilla type. Autodetected if not set. Available types: Bugzilla3, Bugzilla32, Bugzilla34, Bugzilla36, Bugzilla4, Bugzilla42, Bugzilla44, RHBugzilla3, RHBugzilla4, RHBugzilla, NovellBugzilla
3533
.IP "--nosslverify"
3634
Don't error on invalid bugzilla SSL certificate
3735
.IP "--user=USER"
38-
username
36+
Optional bugzilla login username
3937
.IP "--password=PASSWORD"
40-
password
38+
Optional bugzilla login password
4139
.IP "--login"
42-
Run "login" before performing the specified command.
40+
Run interactive "login" before performing the specified command.
41+
.IP "--ensure-logged-in"
42+
Raise an error if we aren't logged in to bugzilla. Consider using this if you are depending on cached credentials, to ensure that when they expire the tool errors, rather than subtly change output.
4343
.IP "--no-cache-credentials"
4444
Don't save any bugzilla cookies or tokens to disk, and don't use any pre-existing credentials.
4545
.IP "--cookiefile=COOKIEFILE"

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 = "1.2.0"
10+
version = "1.2.1"
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: 1.2.0
9+
Version: 1.2.1
1010
Release: 1%{?dist}
1111
Summary: A python library and tool for interacting with Bugzilla
1212

0 commit comments

Comments
 (0)