# HG changeset patch # User Oleg Oshmyan # Date 1307738194 -3600 # Node ID 39f8d10dbff78769c4e4460bbf6c760abf0f1c69 # Parent b375daa74371d58e0bb160262bf2b9d3606b49ed Bumped version number to 2.02.0 diff -r b375daa74371 -r 39f8d10dbff7 upreckon/upreckon-vcs --- 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)')