changeset 172:e56d43b40884 2.01 2.01.2

Bumped the version number to 2.01.2
author Oleg Oshmyan <chortos@inbox.lv>
date Sat, 18 Jun 2011 02:01:56 +0100
parents 161d78f52cc3
children a79a58101eba
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	Sat Jun 18 01:57:35 2011 +0100
+++ b/setup-exe.py	Sat Jun 18 02:01:56 2011 +0100
@@ -30,7 +30,7 @@
 os.rename('upreckon/unix.py', 'upreckon/unix.py~')
 try:
 	setup(name='Upreckon',
-	      version='2.01.1',
+	      version='2.01.2',
 	      author='Oleg Oshmyan',
 	      author_email='chortos@inbox.lv',
 	      url='http://chortos.selfip.net/~astiob/test.py/',
--- a/setup.py	Sat Jun 18 01:57:35 2011 +0100
+++ b/setup.py	Sat Jun 18 02:01:56 2011 +0100
@@ -28,7 +28,7 @@
 	ext_modules = []
 
 setup(name='upreckon',
-      version='2.01.1',
+      version='2.01.2',
       author='Oleg Oshmyan',
       author_email='chortos@inbox.lv',
       url='http://chortos.selfip.net/~astiob/test.py/',
--- a/upreckon/upreckon-vcs	Sat Jun 18 01:57:35 2011 +0100
+++ b/upreckon/upreckon-vcs	Sat Jun 18 02:01:56 2011 +0100
@@ -7,7 +7,7 @@
 from upreckon import compat
 from upreckon.compat import *
 
-version = '2.01.1 ($$REV$$)'
+version = '2.01.2 ($$REV$$)'
 parser = optparse.OptionParser(version='Upreckon '+version, 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)')