Skip to content

Commit d7296e5

Browse files
committed
Update version to 0.6.1, refresh man page
1 parent e2e6390 commit d7296e5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
For 0.6:
1+
For 0.7:
22
- make Bugzilla methods all take a bug ID list
33
- BZ 3 methods all take idlist
44
- RHBZ can use multicall to emulate that

bin/bugzilla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import pprint
2020
import socket
2121
import xmlrpclib
2222

23-
version = '0.6.0'
23+
version = '0.6.1'
2424
default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
2525

2626
# Initial simple logging stuff

bugzilla.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "April 02, 2010" "version 0.6.0" "User Commands"
1+
.TH bugzilla 1 "April 16, 2010" "version 0.6.1" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS
@@ -27,7 +27,7 @@ show this help message and exit
2727
.IP "--bugzilla=BUGZILLA"
2828
bugzilla XMLRPC URI. default: https://bugzilla.redhat.com/xmlrpc.cgi
2929
.IP "--bztype=BZTYPE"
30-
Bugzilla type. Autodetected if not set. Available types: Bugzilla3 Bugzilla32 RHBugzilla3
30+
Bugzilla type. Autodetected if not set. Available types: Bugzilla3 Bugzilla32 Bugzilla34 Bugzilla36 RHBugzilla3 NovellBugzilla
3131
.IP "--user=USER"
3232
username
3333
.IP "--password=PASSWORD"

bugzilla/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
log = logging.getLogger('bugzilla')
2424

25-
version = '0.6.0'
25+
version = '0.6.1'
2626
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
2727
(urllib2.__version__,version)
2828

0 commit comments

Comments
 (0)