Mercurial > ~astiob > upreckon > hgweb
changeset 224:fbdea5b8cc68 2.03 2.03.1
Bumped the version number to 2.03.1
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Fri, 04 May 2012 17:25:26 +0100 |
parents | d66d5823bb1a |
children | a78349b7bbc4 |
files | setup-exe.py setup.py upreckon/upreckon-vcs |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup-exe.py Fri May 04 17:17:30 2012 +0100 +++ b/setup-exe.py Fri May 04 17:25:26 2012 +0100 @@ -30,7 +30,7 @@ os.rename('upreckon/unix.py', 'upreckon/unix.py~') try: setup(name='Upreckon', - version='2.03.0', + version='2.03.1', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/',
--- a/setup.py Fri May 04 17:17:30 2012 +0100 +++ b/setup.py Fri May 04 17:25:26 2012 +0100 @@ -28,7 +28,7 @@ ext_modules = [] setup(name='upreckon', - version='2.03.0', + version='2.03.1', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/upreckon/',
--- a/upreckon/upreckon-vcs Fri May 04 17:17:30 2012 +0100 +++ b/upreckon/upreckon-vcs Fri May 04 17:25:26 2012 +0100 @@ -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.03.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')