Skip to content

Commit afbec0e

Browse files
committed
Prep for release 1.2.2
1 parent a3c95b6 commit afbec0e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

bugzilla.1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "September 02, 2015" "version 1.2.1" "User Commands"
1+
.TH bugzilla 1 "September 22, 2015" "version 1.2.2" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS
@@ -173,19 +173,19 @@ Search bug 'tags' field
173173
.IP "--booleantype=BOOLEANTYPE, -B BOOLEANTYPE"
174174
specify searching option for booleans, ie. substring, notsubstring, exact, ... [Default: substring]
175175
.IP "--boolean_query=BOOLEAN_QUERY"
176-
Boolean:Create your own query. Format: BooleanName-Condition-Parameter &/| ... . ie, keywords-substring-Partner & keywords-notsubstring-OtherQA
176+
Create your own query. Format: BooleanName-Condition-Parameter &/| ... . ie, keywords-substring-Partner & keywords-notsubstring-OtherQA
177177
.IP "--blocked=BLOCKED"
178-
Boolean:search for bugs that block this bug ID
178+
Search for bugs that block this bug ID
179179
.IP "--dependson=DEPENDSON"
180-
Boolean:search for bugs that depend on this bug ID
180+
Search for bugs that depend on this bug ID
181181
.IP "--flag=FLAG"
182-
Boolean:search for bugs that have certain flag states present
182+
Search for bugs that have certain flag states present. Ex --flags=dev_ack+
183183
.IP "--qa_whiteboard=QA_WHITEBOARD"
184-
Boolean:search for bugs that have certain QA Whiteboard text present
184+
search for bugs that have certain QA Whiteboard text present
185185
.IP "--devel_whiteboard=DEVEL_WHITEBOARD"
186-
Boolean:search for bugs that have certain Devel Whiteboard text present
186+
search for bugs that have certain Devel Whiteboard text present
187187
.IP "--alias=ALIAS"
188-
Boolean:search for bugs that have the provided alias
188+
search for bugs that have the provided alias
189189
.IP "--fixed_in=FIXED_IN"
190190
search Status Whiteboard field for specified words
191191

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

0 commit comments

Comments
 (0)