From 7f4e5fe09cd126a26484b94f9cd8f538fa032be4 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 18 Sep 2008 18:49:55 -0400 Subject: 0.4-rc2 --- 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 0a9ab88..5aaeed7 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-rc1' +version = '0.4-rc2' user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \ (urllib2.__version__,version) -- cgit