summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@zebes.localdomain>2008-01-12 15:09:56 -0500
committerWill Woods <wwoods@zebes.localdomain>2008-01-12 15:09:56 -0500
commit5ef2bc83023644d21f3da83e3dc4a7848d7de3c8 (patch)
tree2ba4a92993ad85ce2fce4c9466f75b4d8e6512cc /bugzilla.py
parent16f63de9eff553183d855f6ec82731fb3538e422 (diff)
downloadpython-bugzilla-5ef2bc83023644d21f3da83e3dc4a7848d7de3c8.tar.gz
python-bugzilla-5ef2bc83023644d21f3da83e3dc4a7848d7de3c8.tar.xz
python-bugzilla-5ef2bc83023644d21f3da83e3dc4a7848d7de3c8.zip
bump versions for release
Diffstat (limited to 'bugzilla.py')
-rw-r--r--bugzilla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.py b/bugzilla.py
index 4cce73a..fe597e2 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -12,7 +12,7 @@
import xmlrpclib, urllib2, cookielib
import os.path, base64, copy
-version = '0.2'
+version = '0.3'
user_agent = 'bugzilla.py/%s (Python-urllib2/%s)' % \
(version,urllib2.__version__)