From 9c394ec1ae6e571476e8628221d1383add8eb497 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 23 May 2014 12:28:28 -0400 Subject: [PATCH] call this 1.0 --- doc/build/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/conf.py b/doc/build/conf.py index 55db668018..1b70bce702 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -90,11 +90,11 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors' # built documents. # # The short X.Y version. -version = "0.9" +version = "1.0" # The full version, including alpha/beta/rc tags. -release = "0.9.4" +release = "1.0.0" -release_date = "March 28, 2014" +release_date = "Not released" site_base = "http://www.sqlalchemy.org" -- 2.47.3