[SQL-CVS] r4398 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-05-30 09:43:21
|
Author: phd Date: Mon May 30 03:43:15 2011 New Revision: 4398 Log: Merged revision 4397 from branch 1.0: SQLObject 1.0.1 was released 30 May 2011. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Mon May 30 03:41:50 2011 (r4397) +++ SQLObject/trunk/docs/News.txt Mon May 30 03:43:15 2011 (r4398) @@ -31,6 +31,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. |