summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/base.py')
-rw-r--r--bugzilla/base.py2
1 files changed, 1 insertions, 1 deletions
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)