diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-20 19:54:45 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-20 19:54:45 -0400 |
commit | 7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1 (patch) | |
tree | 5a56fddbd57a76ecde8b7e96a02d0ce424d979db /doc/build/conf.py | |
parent | 3ae00fea903b3403c1900e9b9f440305362dd26c (diff) | |
download | sqlalchemy-7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1.tar.gz |
- 1.0.0b3rel_1_0_0_b3
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 592c215f7..4c1e4c6f6 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -106,7 +106,7 @@ copyright = u'2007-2015, the SQLAlchemy authors and contributors' # The short X.Y version. version = "1.0" # The full version, including alpha/beta/rc tags. -release = "1.0.0b2" +release = "1.0.0b3" release_date = "March 20, 2015" |