From 00ceaa731fca38a392fe19449a3dc5da8e6511a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 16 Oct 2011 14:14:45 -0400 Subject: [PATCH] 0.7.3 prep --- doc/build/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/conf.py b/doc/build/conf.py index 041090c191..21d97be998 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -64,9 +64,9 @@ copyright = u'2007-2011, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.7" # The full version, including alpha/beta/rc tags. -release = "0.7.2" +release = "0.7.3" -release_date = "July 31, 2011" +release_date = "October 16, 2011" versions = [('0.7', '07'), ('0.6', '06'), ('0.5', '05')] -- 2.47.2