From 0e070830f198a314fbedebd108de97c738636bd4 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 15 Aug 2008 10:37:11 -0400 Subject: Let's not skip version 0.4 just yet. --- bugzilla/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzilla') diff --git a/bugzilla/base.py b/bugzilla/base.py index c9eaac9..59c505f 100644 --- a/bugzilla/base.py +++ b/bugzilla/base.py @@ -14,7 +14,7 @@ import os.path, base64, copy import logging log = logging.getLogger('bugzilla') -version = '0.5' +version = '0.4' user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \ (urllib2.__version__,version) -- cgit