* Bump version to 1.1.9

* Reworked Unicode support; please test

 * Make Binary() create an array('c')

 * Clean up Cursors a bit.

 * Add a TimeDelta factory function, even though not in the API spec.
This commit is contained in:
adustman
2005-01-20 04:20:19 +00:00
parent 8900d410ae
commit 16a5822dae
7 changed files with 38 additions and 37 deletions

View File

@ -37,7 +37,7 @@ embedded_server = (mysqlclient == 'mysqld')
name = "MySQL-%s" % os.path.basename(sys.executable)
if embedded_server:
name = name + "-embedded"
version = "1.1.8"
version = "1.1.9"
def config(what):
if sys.platform == "win32":