[SQL-CVS] r4590 - SQLObject/branches/1.4
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2013-05-04 15:27:08
|
Author: phd Date: Sat May 4 09:26:57 2013 New Revision: 4590 Log: Changed email template -- moved "What's new" to the top Modified: SQLObject/branches/1.4/setup.py Modified: SQLObject/branches/1.4/setup.py ============================================================================== --- SQLObject/branches/1.4/setup.py Fri May 3 08:01:49 2013 (r4589) +++ SQLObject/branches/1.4/setup.py Sat May 4 09:26:57 2013 (r4590) @@ -83,6 +83,16 @@ """ @@ INTRO + +What's new in SQLObject +======================= + +@@ CHANGES + +For a more complete list, please see the news: +http://sqlobject.org/docs/News.html + + What is SQLObject ================= @@ -94,6 +104,7 @@ through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB), MS SQL Sybase and Rdbhost. It should support Python versions back to 2.4. + Where is SQLObject ================== @@ -112,15 +123,6 @@ News and changes: http://sqlobject.org/docs/News.html - -What's New -========== - -@@ CHANGES - -For a more complete list, please see the news: -http://sqlobject.org/docs/News.html - -- Ian Bicking / ia...@co... / http://blog.ianbicking.org """ |