[SQL-CVS] r4262 - SQLObject/branches/0.13/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-10-15 12:36:50
|
Author: phd Date: 2010-10-15 06:36:44 -0600 (Fri, 15 Oct 2010) New Revision: 4262 Modified: SQLObject/branches/0.13/docs/News.txt Log: SQLObject 0.13.1 was released 15 Oct 2010. Modified: SQLObject/branches/0.13/docs/News.txt =================================================================== --- SQLObject/branches/0.13/docs/News.txt 2010-10-15 12:32:04 UTC (rev 4261) +++ SQLObject/branches/0.13/docs/News.txt 2010-10-15 12:36:44 UTC (rev 4262) @@ -10,6 +10,8 @@ SQLObject 0.13.1 ================ +Released 15 Oct 2010. + * A bug was fixed in a subtle case when a per-instance connection is not passed to validators. |