Skip to content

Commit f8cdeb7

Browse files
committed
Update version to 0.5.1
1 parent 51058a1 commit f8cdeb7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/bugzilla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import getpass
1717
import bugzilla.util
1818
import locale
1919

20-
version = '0.5'
20+
version = '0.5.1'
2121
default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
2222

2323
# Initial simple logging stuff

bugzilla.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "April 09, 2009" "version 0.5" "User Commands"
1+
.TH bugzilla 1 "April 09, 2009" "version 0.5.1" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS

bugzilla/base.py

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

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

24-
version = '0.5'
24+
version = '0.5.1'
2525
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
2626
(urllib2.__version__,version)
2727

0 commit comments

Comments
 (0)