From: <sub...@co...> - 2005-01-26 05:48:51
|
Author: ianb Date: 2005-01-26 05:48:44 +0000 (Wed, 26 Jan 2005) New Revision: 553 Modified: trunk/SQLObject/docs/News.txt Log: Changed version numbers Modified: trunk/SQLObject/docs/News.txt =================================================================== --- trunk/SQLObject/docs/News.txt 2005-01-24 12:10:39 UTC (rev 552) +++ trunk/SQLObject/docs/News.txt 2005-01-26 05:48:44 UTC (rev 553) @@ -7,8 +7,8 @@ .. _start: -SVN trunk -========= +SQLObject 0.6.1 +=============== Interface Changes ----------------- @@ -75,7 +75,7 @@ rows (like class instantiation used to do). * We're now using a Subversion repository instead of CVS. It is - located at svn://colorstudy.com/trunk/SQLObject + located at http://svn.colorstudy.com/trunk/SQLObject * If you pass ``forceDBName=True`` to the ``*Col`` constructors, then your column name doesn't have to be restricted to a-z, 0-9, and _. |