changeset 126:d0e071e19c26

1.4.7
author catherine@localhost
date Wed, 30 Jul 2008 12:41:26 -0400
parents d43be8714a05
children 5d3f0b9c01df
files __init__.py setup.py sqlpython.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/__init__.py	Wed Jul 30 12:38:07 2008 -0400
+++ b/__init__.py	Wed Jul 30 12:41:26 2008 -0400
@@ -1,2 +1,2 @@
 __all__ = ["sqlpython", "sqlpyPlus", "pexpecter", "mysqlpy"]
-__version__ = '1.4.3'
\ No newline at end of file
+__version__ = '1.4.7'
\ No newline at end of file
--- a/setup.py	Wed Jul 30 12:38:07 2008 -0400
+++ b/setup.py	Wed Jul 30 12:41:26 2008 -0400
@@ -9,7 +9,7 @@
 Operating System :: OS Independent""".splitlines()
 
 setup(name="sqlpython",
-      version="1.4.6.1",
+      version="1.4.7",
       description="Command-line interface to Oracle",
       long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
       author="Luca Canali",
@@ -18,7 +18,7 @@
       packages=find_packages(),
       py_modules = ['mysqlpy','sqlpyPlus','sqlpython','pexpecter'],    
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.3.3','cx_Oracle'],
+      install_requires=['pyparsing','cmd2>=0.3.5','cx_Oracle'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],
--- a/sqlpython.py	Wed Jul 30 12:38:07 2008 -0400
+++ b/sqlpython.py	Wed Jul 30 12:41:26 2008 -0400
@@ -1,5 +1,5 @@
 #
-# SqlPython V1.4.6.1
+# SqlPython V1.4.7
 # Author: Luca.Canali@cern.ch, Apr 2006
 # Rev 29-May-08
 #