[SQL-CVS] r4715 - SQLObject/branches/1.6/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-04 15:16:34
|
Author: phd Date: Sun May 4 09:16:27 2014 New Revision: 4715 Log: Support for Python 2.5 is declared obsolete Modified: SQLObject/branches/1.6/docs/News.txt Modified: SQLObject/branches/1.6/docs/News.txt ============================================================================== --- SQLObject/branches/1.6/docs/News.txt Sun May 4 09:15:29 2014 (r4714) +++ SQLObject/branches/1.6/docs/News.txt Sun May 4 09:16:27 2014 (r4715) @@ -16,6 +16,9 @@ * Python 2.4 is no longer supported. The minimal supported version is Python 2.5. +* Support for Python 2.5 is declared obsolete and will be removed + in the next release. + * Upgrade ez_setup to 1.4.2. * A bugfix was ported from `SQLObject 1.5.2`_. |