changeset 165:39f8d10dbff7

Bumped version number to 2.02.0
author Oleg Oshmyan <chortos@inbox.lv>
date Fri, 10 Jun 2011 21:36:34 +0100
parents b375daa74371
children d7f4b051ad79
files upreckon/upreckon-vcs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/upreckon/upreckon-vcs	Fri Jun 10 21:25:38 2011 +0100
+++ b/upreckon/upreckon-vcs	Fri Jun 10 21:36:34 2011 +0100
@@ -7,7 +7,7 @@
 from upreckon import compat
 from upreckon.compat import *
 
-version = '2.01.0 ($$REV$$)'
+version = '2.02.0 ($$REV$$)'
 parser = optparse.OptionParser(version='Upreckon '+version, epilog='Python 2.5 or newer is required.')
 parser.add_option('-1', dest='legacy', action='store_true', default=False, help='handle configuration files in a way more compatible with test.py 1.x')
 parser.add_option('-p', '--problem', dest='problems', metavar='PROBLEM', action='append', help='test only the PROBLEM (this option can be specified more than once with different problem names, all of which will be tested)')