This commit is contained in:
Mike Bayer
2015-06-25 11:33:10 -04:00
parent 1835be36fc
commit 447ee0af1d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@
.. changelog::
:version: 1.0.6
:released: June 25, 2015
.. change::
:tags: bug, orm
+2 -2
View File
@@ -138,9 +138,9 @@ 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.5"
release = "1.0.6"
release_date = "June 7, 2015"
release_date = "June 25, 2015"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"