Mercurial > ~astiob > upreckon > hgweb
changeset 184:4df9537ed261
Updated version numbers
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Tue, 26 Jul 2011 19:45:24 +0300 |
parents | 8196d2c0d6f8 |
children | 9ed34ef740a1 |
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 Thu Jul 14 18:52:18 2011 +0300 +++ b/setup-exe.py Tue Jul 26 19:45:24 2011 +0300 @@ -30,7 +30,7 @@ os.rename('upreckon/unix.py', 'upreckon/unix.py~') try: setup(name='Upreckon', - version='2.01.0', + version='2.03.0dev', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/test.py/',
--- a/setup.py Thu Jul 14 18:52:18 2011 +0300 +++ b/setup.py Tue Jul 26 19:45:24 2011 +0300 @@ -28,7 +28,7 @@ ext_modules = [] setup(name='upreckon', - version='2.01.0', + version='2.03.0dev', author='Oleg Oshmyan', author_email='chortos@inbox.lv', url='http://chortos.selfip.net/~astiob/test.py/',
--- a/upreckon/upreckon-vcs Thu Jul 14 18:52:18 2011 +0300 +++ b/upreckon/upreckon-vcs Tue Jul 26 19:45:24 2011 +0300 @@ -7,7 +7,7 @@ from upreckon import compat from upreckon.compat import * -version = '2.02.0 ($$REV$$)' +version = '2.03.0 ($$REV$$)' parser = optparse.OptionParser(version='Upreckon '+version, epilog='Python 2.5 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)')