From: Mike Bayer Date: Sat, 28 Jan 2012 22:43:13 +0000 (-0500) Subject: get ready for release 0.7.5 X-Git-Tag: rel_0_7_5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667249f7b19325e1512f1a9ece29c5894e679508;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git get ready for release 0.7.5 --- diff --git a/CHANGES b/CHANGES index df1cc83fdc..f370a14887 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ ======= CHANGES ======= -0.7.5 +0.7.5 (January 28, 2012) ===== - orm - [bug] Fixed issue where modified session state @@ -217,7 +217,7 @@ CHANGES - [bug] Fixed large_collection.py to close the session before dropping tables. [ticket:2346] -0.7.4 +0.7.4 (December 9, 2011) ===== - orm - [bug] Fixed backref behavior when "popping" the diff --git a/doc/build/conf.py b/doc/build/conf.py index 0a2c5ef440..f68f8e7834 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -64,9 +64,9 @@ copyright = u'2007-2012, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.7" # The full version, including alpha/beta/rc tags. -release = "0.7.4" +release = "0.7.5" -release_date = "December 9, 2011" +release_date = "January 28, 2012" site_base = "http://www.sqlalchemy.org"