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