From d8332348457fed43ed4bb4cbde97e426a8b71ce3 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 4 Sep 2008 16:52:05 -0400 Subject: change version number so we can release 0.4-rc1 --- bugzilla/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugzilla/base.py b/bugzilla/base.py index b316cac..7e8f4f4 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' +version = '0.4-rc1' user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \ (urllib2.__version__,version) -- cgit