diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-10-16 14:14:45 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-10-16 14:14:45 -0400 |
commit | 00ceaa731fca38a392fe19449a3dc5da8e6511a7 (patch) | |
tree | 668fe09354168b38c96dd62b6ce97c88f363e94b | |
parent | 88cb44ceee0f0c5679684c9947777a51a8b24b82 (diff) | |
download | sqlalchemy-00ceaa731fca38a392fe19449a3dc5da8e6511a7.tar.gz |
0.7.3 prep
-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 041090c19..21d97be99 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')] |