changeset 202:3ca2271847e2

version marked at 1.5.1
author catherine@Elli.myhome.westell.com
date Fri, 05 Dec 2008 09:14:00 -0500
parents 6e69f866b702
children 2ab0704d1e7d
files setup.py sqlpython/mysqlpy.py sqlpython/sqlpython.py
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Dec 04 17:24:59 2008 -0500
+++ b/setup.py	Fri Dec 05 09:14:00 2008 -0500
@@ -9,7 +9,7 @@
 Operating System :: OS Independent""".splitlines()
 
 setup(name="sqlpython",
-      version="1.5.0",
+      version="1.5.1",
       description="Command-line interface to Oracle",
       long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
       author="Luca Canali",
@@ -17,7 +17,7 @@
       url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.4.3','cx_Oracle','genshi>=0.5'],
+      install_requires=['pyparsing','cmd2>=0.4.4','cx_Oracle','genshi>=0.5'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],
--- a/sqlpython/mysqlpy.py	Thu Dec 04 17:24:59 2008 -0500
+++ b/sqlpython/mysqlpy.py	Fri Dec 05 09:14:00 2008 -0500
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# MySqlPy V1.5.0
+# MySqlPy V1.5.1
 # Author: Luca.Canali@cern.ch
 # 
 #
--- a/sqlpython/sqlpython.py	Thu Dec 04 17:24:59 2008 -0500
+++ b/sqlpython/sqlpython.py	Fri Dec 05 09:14:00 2008 -0500
@@ -1,5 +1,5 @@
 #
-# SqlPython V1.5.0
+# SqlPython V1.5.1
 # Author: Luca.Canali@cern.ch, Apr 2006
 # Rev 29-May-08
 #
@@ -10,7 +10,7 @@
 
 import cmd2,getpass,binascii,cx_Oracle,re,os
 import sqlpyPlus
-__version__ = '1.5.0'    
+__version__ = '1.5.1'    
     # complication! separate sessions ->
     # separate transactions !!!!!
     # also: timeouts, other session failures