summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-08-15 10:37:11 -0400
committerWill Woods <wwoods@redhat.com>2008-08-15 10:37:11 -0400
commit0e070830f198a314fbedebd108de97c738636bd4 (patch)
tree1a2e61a65164155311c8c3c8f2bd4d16eab82c14 /bugzilla/base.py
parent55e6ad21d89440e9cec9614cdb01e8cd45e549a8 (diff)
downloadpython-bugzilla-0e070830f198a314fbedebd108de97c738636bd4.tar.gz
python-bugzilla-0e070830f198a314fbedebd108de97c738636bd4.tar.xz
python-bugzilla-0e070830f198a314fbedebd108de97c738636bd4.zip
Let's not skip version 0.4 just yet.
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 c9eaac9..59c505f 100644
--- a/bugzilla/base.py
+++ b/bugzilla/base.py
@@ -14,7 +14,7 @@ import os.path, base64, copy
import logging
log = logging.getLogger('bugzilla')
-version = '0.5'
+version = '0.4'
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
(urllib2.__version__,version)