]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update doc version
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 17:07:56 +0000 (13:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 17:07:56 +0000 (13:07 -0400)
doc/build/conf.py

index bcfb43f90909cd432a42924c4288d97f491666ab..1175028c9102df662d3142a4498f800e8f3c6fd8 100644 (file)
@@ -62,11 +62,11 @@ copyright = u'2007-2012, the SQLAlchemy authors and contributors'
 # built documents.
 #
 # The short X.Y version.
-version = "0.7"
+version = "0.8"
 # The full version, including alpha/beta/rc tags.
-release = "0.7.6"
+release = "0.8.0b1"
 
-release_date = "March 14, 2012"
+release_date = "unreleased"
 
 site_base = "http://www.sqlalchemy.org"