# HG changeset patch # User Oleg Oshmyan # Date 1339012378 -3600 # Node ID 440eeeb8e1f612a9311a850e3b9ff4dbd11dde26 # Parent 715e3525a904ec09bb2eff859aa9cd4a18e623c5 Bumped the version number to 2.03.2 diff -r 715e3525a904 -r 440eeeb8e1f6 setup-exe.py --- a/setup-exe.py Wed Jun 06 20:41:44 2012 +0100 +++ b/setup-exe.py Wed Jun 06 20:52:58 2012 +0100 @@ -30,7 +30,7 @@ os.rename('upreckon/unix.py', 'upreckon/unix.py~') try: setup(name='Upreckon', - version='2.03.1', + version='2.03.2', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 715e3525a904 -r 440eeeb8e1f6 setup.py --- a/setup.py Wed Jun 06 20:41:44 2012 +0100 +++ b/setup.py Wed Jun 06 20:52:58 2012 +0100 @@ -28,7 +28,7 @@ ext_modules = [] setup(name='upreckon', - version='2.03.1', + version='2.03.2', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 715e3525a904 -r 440eeeb8e1f6 upreckon/upreckon-vcs --- a/upreckon/upreckon-vcs Wed Jun 06 20:41:44 2012 +0100 +++ b/upreckon/upreckon-vcs Wed Jun 06 20:52:58 2012 +0100 @@ -7,7 +7,7 @@ from upreckon import compat from upreckon.compat import * -parser = optparse.OptionParser(version='Upreckon 2.03.1 ($$REV$$)', epilog='Python 2.6 or newer is required.') +parser = optparse.OptionParser(version='Upreckon 2.03.2 ($$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')