summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-04 16:52:05 -0400
committerWill Woods <wwoods@redhat.com>2008-09-04 16:52:05 -0400
commitd8332348457fed43ed4bb4cbde97e426a8b71ce3 (patch)
tree377cdad29f31a4698686f0fec318b7f67a2dadd1
parent32ea8312cc2c37f204a997892018730ac92b5717 (diff)
downloadpython-bugzilla-d8332348457fed43ed4bb4cbde97e426a8b71ce3.tar.gz
python-bugzilla-d8332348457fed43ed4bb4cbde97e426a8b71ce3.tar.xz
python-bugzilla-d8332348457fed43ed4bb4cbde97e426a8b71ce3.zip
change version number so we can release 0.4-rc1
-rw-r--r--bugzilla/base.py2
1 files changed, 1 insertions, 1 deletions
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)