diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-23 12:28:28 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-23 12:28:28 -0400 |
commit | 9c394ec1ae6e571476e8628221d1383add8eb497 (patch) | |
tree | 8e68f27c12585332ffb12de2e86e4630aa54d547 /doc/build/conf.py | |
parent | 0436538314b59a05c2f48294c4cf0793b000425b (diff) | |
download | sqlalchemy-9c394ec1ae6e571476e8628221d1383add8eb497.tar.gz |
call this 1.0
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 55db66801..1b70bce70 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" |