[SQL-CVS] r4397 - SQLObject/branches/1.0/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-05-30 09:41:59
|
Author: phd Date: Mon May 30 03:41:50 2011 New Revision: 4397 Log: SQLObject 1.0.1 was released 30 May 2011. Modified: SQLObject/branches/1.0/docs/News.txt Modified: SQLObject/branches/1.0/docs/News.txt ============================================================================== --- SQLObject/branches/1.0/docs/News.txt Sun May 29 05:53:58 2011 (r4396) +++ SQLObject/branches/1.0/docs/News.txt Mon May 30 03:41:50 2011 (r4397) @@ -10,6 +10,8 @@ SQLObject 1.0.1 =============== +Released 30 May 2011. + * A syntax incompatibility was fixed in SQLiteConnection that prevented SQLObject to be used with Python 2.4. |