summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-18 18:49:55 -0400
committerWill Woods <wwoods@redhat.com>2008-09-18 18:49:55 -0400
commit7f4e5fe09cd126a26484b94f9cd8f538fa032be4 (patch)
treecd1d5bf0e13194116490edb175140595f5d671d0 /bugzilla
parent1e25e19798dd0038fe287ef06cdde31c76e26dc0 (diff)
downloadpython-bugzilla-7f4e5fe09cd126a26484b94f9cd8f538fa032be4.tar.gz
python-bugzilla-7f4e5fe09cd126a26484b94f9cd8f538fa032be4.tar.xz
python-bugzilla-7f4e5fe09cd126a26484b94f9cd8f538fa032be4.zip
0.4-rc2
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)