Mercurial > sqlpython
changeset 66:e5054588bf9b
version to 1.4.3
author | catherine@cordelia |
---|---|
date | Mon, 07 Apr 2008 09:56:25 -0400 |
parents | 047f82acdc8f |
children | d0bf9e40ba8d 13edc2731d6b |
files | __init__.py setup.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/__init__.py Mon Apr 07 09:51:18 2008 -0400 +++ b/__init__.py Mon Apr 07 09:56:25 2008 -0400 @@ -1,2 +1,2 @@ __all__ = ["sqlpython", "sqlpyPlus", "pexpecter", "mysqlpy"] -__version__ = '1.4.2' \ No newline at end of file +__version__ = '1.4.3' \ No newline at end of file
--- a/setup.py Mon Apr 07 09:51:18 2008 -0400 +++ b/setup.py Mon Apr 07 09:56:25 2008 -0400 @@ -9,7 +9,7 @@ Operating System :: OS Independent""".splitlines() setup(name="sqlpython", - version="1.4.2", + version="1.4.3", description="Command-line interface to Oracle", long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", author="Luca Canali",