diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-02 19:19:24 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-02 19:19:24 -0500 |
commit | 064df1d1ee64d5e135c380323d87dacee743ce9e (patch) | |
tree | 9114add2c60422ac2d9080316bb7f46d7c9a91e3 /doc/build/conf.py | |
parent | b85f0b5681272dc0976bbb760fdbb243aa7ce5a4 (diff) | |
download | sqlalchemy-064df1d1ee64d5e135c380323d87dacee743ce9e.tar.gz |
0.9.2
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 6ad08fe38..8a486c1af 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -92,9 +92,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.9.1" +release = "0.9.2" -release_date = "January 5, 2014" +release_date = "February 2, 2014" site_base = "http://www.sqlalchemy.org" |