From: <sub...@co...> - 2013-05-04 15:29:12
|
Author: phd Date: Sat May 4 09:29:04 2013 New Revision: 4591 Log: Merged revision 4590 from branch 1.4: changed email template -- moved "What's new" to the top Modified: SQLObject/trunk/setup.py Modified: SQLObject/trunk/setup.py ============================================================================== --- SQLObject/trunk/setup.py Sat May 4 09:26:57 2013 (r4590) +++ SQLObject/trunk/setup.py Sat May 4 09:29:04 2013 (r4591) @@ -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 """ |