From 13a31502fbd4a7423995cbdfa4d814f69619573c Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 19 Sep 2008 11:47:34 -0400 Subject: Get ready for rc3 - add man page --- bugzilla/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzilla/base.py') diff --git a/bugzilla/base.py b/bugzilla/base.py index 5aaeed7..3b07078 100644 --- a/bugzilla/base.py +++ b/bugzilla/base.py @@ -18,7 +18,7 @@ import os.path, base64 import logging log = logging.getLogger('bugzilla') -version = '0.4-rc2' +version = '0.4-rc3' user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \ (urllib2.__version__,version) -- cgit