[Informixdb-cvs] SF.net SVN: informixdb: [169] trunk/informixdb
Brought to you by:
chaese,
f-apolloner
From: <ch...@us...> - 2007-10-15 01:56:03
|
Revision: 169 http://informixdb.svn.sourceforge.net/informixdb/?rev=169&view=rev Author: chaese Date: 2007-10-14 18:56:03 -0700 (Sun, 14 Oct 2007) Log Message: ----------- Version 2.5 coming soon Modified Paths: -------------- trunk/informixdb/README trunk/informixdb/informixdb.py trunk/informixdb/setup.py Modified: trunk/informixdb/README =================================================================== --- trunk/informixdb/README 2007-10-15 01:51:43 UTC (rev 168) +++ trunk/informixdb/README 2007-10-15 01:56:03 UTC (rev 169) @@ -1,7 +1,7 @@ INTRODUCTION ============ -This is informixdb 2.4, an Informix implementation of the Python +This is informixdb 2.5, an Informix implementation of the Python Database API. This release implements version 2.0 of the DB-API: http://www.python.org/topics/database/DatabaseAPI-2.0.html @@ -76,6 +76,9 @@ NEWS ==== +From 2.4 to 2.5: +- ... + From 2.3 to 2.4: - Implement 'named' parameter style to optionally bind query parameters by name @@ -279,6 +282,7 @@ 2.2 2006-03-26 Carsten Haese 2.3 2006-10-01 Carsten Haese 2.4 2006-12-02 Carsten Haese +2.5 TBD Carsten Haese -- Carsten Haese <ch...@us...> Modified: trunk/informixdb/informixdb.py =================================================================== --- trunk/informixdb/informixdb.py 2007-10-15 01:51:43 UTC (rev 168) +++ trunk/informixdb/informixdb.py 2007-10-15 01:56:03 UTC (rev 169) @@ -46,7 +46,7 @@ http://www.python.org/peps/pep-0249.html """ -version = "2.4" +version = "2.5" class Row(object): """Helper class for cursors whose row format is ROW_AS_OBJECT.""" Modified: trunk/informixdb/setup.py =================================================================== --- trunk/informixdb/setup.py 2007-10-15 01:51:43 UTC (rev 168) +++ trunk/informixdb/setup.py 2007-10-15 01:56:03 UTC (rev 169) @@ -219,8 +219,8 @@ DistributionMetadata.download_url = None setup (name = 'InformixDB', - version = '2.4', - description = 'InformixDB v2.4', + version = '2.5', + description = 'InformixDB v2.5', long_description = \ "InformixDB is a DB-API 2.0 compliant interface for IBM Informix\n" "databases.", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |