From: Mike Bayer Date: Sat, 27 Apr 2013 21:27:13 +0000 (-0400) Subject: 0.8.1 X-Git-Tag: rel_0_8_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cf49d898d3a10d1c7a5ac87dd015691d51f9248;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8.1 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 621fd2a616..3fda776f2c 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -5,6 +5,7 @@ .. changelog:: :version: 0.8.1 + :released: April 27, 2013 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 34caedc228..359f7c05e0 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -83,9 +83,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.8" # The full version, including alpha/beta/rc tags. -release = "0.8.0" +release = "0.8.1" -release_date = "March 9, 2013" +release_date = "April 27, 2013" site_base = "http://www.sqlalchemy.org"