# HG changeset patch # User catherine@localhost # Date 1217436086 14400 # Node ID d0e071e19c26378bf0c3b8ced7158cb558477357 # Parent d43be8714a0597708092feb93b30e8a613623161 1.4.7 diff -r d43be8714a05 -r d0e071e19c26 __init__.py --- 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 diff -r d43be8714a05 -r d0e071e19c26 setup.py --- 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'], diff -r d43be8714a05 -r d0e071e19c26 sqlpython.py --- 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 #