From: Mike Bayer Date: Fri, 23 May 2014 16:28:28 +0000 (-0400) Subject: call this 1.0 X-Git-Tag: rel_1_0_0b1~432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c394ec1ae6e571476e8628221d1383add8eb497;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git call this 1.0 --- 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"