From: Mike Bayer Date: Sat, 17 Jan 2009 21:43:19 +0000 (+0000) Subject: dont need pre-0.5 note X-Git-Tag: rel_0_5_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86fcffc854540e87d56e5e0d49273a9411af32f6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git dont need pre-0.5 note --- diff --git a/README.trunk b/README.trunk deleted file mode 100644 index d992f78207..0000000000 --- a/README.trunk +++ /dev/null @@ -1,15 +0,0 @@ -Trunk of SQLAlchemy is now the pre-0.5 version. This version removes -many things which were deprecated in 0.4 and therefore is not -backwards compatible with all 0.4 appliactions. - -A work in progress describing the changes from 0.4 is at: - - http://www.sqlalchemy.org/trac/wiki/05Migration - -IMPORTANT: some file names have changed in this branch. Remove all -existing *.pyc files before using! - -To continue working with the current development revision of version -0.4, switch this working copy to the 0.4 maintenance branch: - - svn switch http://svn.sqlalchemy.org/sqlalchemy/branches/rel_0_4