From 5ef2bc83023644d21f3da83e3dc4a7848d7de3c8 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Sat, 12 Jan 2008 15:09:56 -0500 Subject: bump versions for release --- bugzilla | 2 +- bugzilla.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bugzilla b/bugzilla index 41df3c0..5ee54dc 100755 --- a/bugzilla +++ b/bugzilla @@ -14,7 +14,7 @@ import bugzilla, optparse import os, sys, glob, re import logging -version = '0.1' +version = '0.2' default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi' # Initial simple logging stuff 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__) -- cgit