]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 1.1.6 rel_1_1_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Feb 2017 16:41:24 +0000 (11:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Feb 2017 16:41:24 +0000 (11:41 -0500)
doc/build/changelog/changelog_11.rst
doc/build/conf.py

index 14115514f69d86825a9c8a59f3ffe24db5c53c08..4083dbb8da1cf90ae045d64767848e027befd581 100644 (file)
@@ -20,6 +20,7 @@
 
 .. changelog::
     :version: 1.1.6
+    :released: February 28, 2017
 
     .. change::
         :tags: bug, mysql
index e4477e4f8bdeacf1310d1daa452ac5f0bda5e55b..bf2f72554e1d6154f719af333a11574ec01d39d6 100644 (file)
@@ -107,9 +107,9 @@ copyright = u'2007-2017, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "1.1"
 # The full version, including alpha/beta/rc tags.
-release = "1.1.5"
+release = "1.1.6"
 
-release_date = "January 17, 2017"
+release_date = "Feburary 28, 2017"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"