* 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

@ -1,5 +1,5 @@
#define version_info "(1,1,8,'final',1)"
#define __version__ "1.1.8"
#define version_info "(1,1,9,'final',1)"
#define __version__ "1.1.9"
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by