# HG changeset patch # User Oleg Oshmyan # Date 1355181046 -7200 # Node ID cf7dd3f46e89dd515f079d9031a53cfe16242ae8 # Parent 2798cbebd83a02d849bf00c79420102549740ddd Bumped the version number to 2.05.0 diff -r 2798cbebd83a -r cf7dd3f46e89 setup-exe.py --- a/setup-exe.py Tue Dec 11 02:48:00 2012 +0200 +++ b/setup-exe.py Tue Dec 11 01:10:46 2012 +0200 @@ -30,7 +30,7 @@ os.rename('upreckon/unix.py', 'upreckon/unix.py~') try: setup(name='Upreckon', - version='2.04.0dev', + version='2.05.0dev', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 2798cbebd83a -r cf7dd3f46e89 setup.py --- a/setup.py Tue Dec 11 02:48:00 2012 +0200 +++ b/setup.py Tue Dec 11 01:10:46 2012 +0200 @@ -28,7 +28,7 @@ ext_modules = [] setup(name='upreckon', - version='2.04.0dev', + version='2.05.0dev', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/', diff -r 2798cbebd83a -r cf7dd3f46e89 upreckon/upreckon-vcs --- a/upreckon/upreckon-vcs Tue Dec 11 02:48:00 2012 +0200 +++ b/upreckon/upreckon-vcs Tue Dec 11 01:10:46 2012 +0200 @@ -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.05.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')