# HG changeset patch # User Oleg Oshmyan # Date 1380753566 -10800 # Node ID bbd735702dc469c44c5e51341894cef8c9a1996c # Parent 1bc89faac9418b3e57bc9520b92ba8512161c4d8 Bumped the version number to 2.04.1 diff -r 1bc89faac941 -r bbd735702dc4 setup-exe.py --- a/setup-exe.py Thu Oct 03 01:19:09 2013 +0300 +++ b/setup-exe.py Thu Oct 03 01:39:26 2013 +0300 @@ -30,7 +30,7 @@ os.rename('upreckon/unix.py', 'upreckon/unix.py~') try: setup(name='Upreckon', - version='2.04.0', + version='2.04.1', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 1bc89faac941 -r bbd735702dc4 setup.py --- a/setup.py Thu Oct 03 01:19:09 2013 +0300 +++ b/setup.py Thu Oct 03 01:39:26 2013 +0300 @@ -28,7 +28,7 @@ ext_modules = [] setup(name='upreckon', - version='2.04.0', + version='2.04.1', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 1bc89faac941 -r bbd735702dc4 upreckon/upreckon-vcs --- a/upreckon/upreckon-vcs Thu Oct 03 01:19:09 2013 +0300 +++ b/upreckon/upreckon-vcs Thu Oct 03 01:39:26 2013 +0300 @@ -7,7 +7,7 @@ from upreckon import compat from upreckon.compat import * -parser = optparse.OptionParser(version='Upreckon 2.04.0 ($$REV$$)', epilog='Python 2.6 or newer is required.') +parser = optparse.OptionParser(version='Upreckon 2.04.1 ($$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')