We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51058a1 commit f8cdeb7Copy full SHA for f8cdeb7
3 files changed
bin/bugzilla
@@ -17,7 +17,7 @@ import getpass
17
import bugzilla.util
18
import locale
19
20
-version = '0.5'
+version = '0.5.1'
21
default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
22
23
# Initial simple logging stuff
bugzilla.1
@@ -1,4 +1,4 @@
1
-.TH bugzilla 1 "April 09, 2009" "version 0.5" "User Commands"
+.TH bugzilla 1 "April 09, 2009" "version 0.5.1" "User Commands"
2
.SH NAME
3
bugzilla \- command-line interface to Bugzilla over XML-RPC
4
.SH SYNOPSIS
bugzilla/base.py
@@ -21,7 +21,7 @@
log = logging.getLogger('bugzilla')
24
25
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
26
(urllib2.__version__,version)
27
0 commit comments