]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
1.0.6 rel_1_0_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Jun 2015 15:33:10 +0000 (11:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Jun 2015 15:33:10 +0000 (11:33 -0400)
doc/build/changelog/changelog_10.rst
doc/build/conf.py

index c588ed7531a53f39588e5949548c4bc912e29026..9e21c9c7ae50038abb6f566abdce415c76c26ccd 100644 (file)
@@ -17,6 +17,7 @@
 
 .. changelog::
     :version: 1.0.6
+    :released: June 25, 2015
 
     .. change::
         :tags: bug, orm
index 61635be40dd1777d2455877774c2e0fdd541b60b..fa9be2d25d44d6375b41b47865c796c9c27db957 100644 (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"