From: Mike Bayer Date: Fri, 8 Feb 2013 00:13:32 +0000 (-0500) Subject: 0.7.10 X-Git-Tag: rel_0_7_10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=573cda970462bae0de0ef70c1c8d70d424c5fbad;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.7.10 --- diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index e23dc1f5e4..416df5a5a3 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -6,7 +6,7 @@ .. changelog:: :version: 0.7.10 - :released: + :released: Thu Feb 7 2013 .. change: :tags: sql, mysql, gae diff --git a/doc/build/conf.py b/doc/build/conf.py index 966f573615..8aa2c86771 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -84,9 +84,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.7" # The full version, including alpha/beta/rc tags. -release = "0.7.9" +release = "0.7.10" -release_date = "October 1, 2012" +release_date = "February 7, 2013" site_base = "http://www.sqlalchemy.org"