# HG changeset patch # User Oleg Oshmyan # Date 1320974026 0 # Node ID 9d21cef40e5a70e094ed226ac1b0e31408f04346 # Parent 7827e63cd148b0f6388a2ea1e13f58e47fdd71a7 Bumped the version number to 2.04.0 diff -r 7827e63cd148 -r 9d21cef40e5a setup-exe.py --- a/setup-exe.py Wed Oct 26 22:18:35 2011 +0100 +++ b/setup-exe.py Fri Nov 11 01:13:46 2011 +0000 @@ -30,7 +30,7 @@ os.rename('upreckon/unix.py', 'upreckon/unix.py~') try: setup(name='Upreckon', - version='2.03.0dev', + version='2.04.0dev', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 7827e63cd148 -r 9d21cef40e5a setup.py --- a/setup.py Wed Oct 26 22:18:35 2011 +0100 +++ b/setup.py Fri Nov 11 01:13:46 2011 +0000 @@ -28,7 +28,7 @@ ext_modules = [] setup(name='upreckon', - version='2.03.0dev', + version='2.04.0dev', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 7827e63cd148 -r 9d21cef40e5a upreckon/upreckon-vcs --- a/upreckon/upreckon-vcs Wed Oct 26 22:18:35 2011 +0100 +++ b/upreckon/upreckon-vcs Fri Nov 11 01:13:46 2011 +0000 @@ -7,7 +7,7 @@ from upreckon import compat from upreckon.compat import * -parser = optparse.OptionParser(version='Upreckon 2.03.0 ($$REV$$)', epilog='Python 2.6 or newer is required.') +parser = optparse.OptionParser(version='Upreckon 2.04.0 ($$REV$$)', epilog='Python 2.6 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)') parser.add_option('--list-problems', action='store_true', default=False, help='just list all problem names')