]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 1.1.3 rel_1_1_3
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Oct 2016 14:47:26 +0000 (10:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Oct 2016 14:47:26 +0000 (10:47 -0400)
doc/build/changelog/changelog_11.rst
doc/build/conf.py

index dd8b1b45ec43fca0d7689b6f14ed2208179d309c..9c43374edd2871788f0d0e923b6211d1e14b5f80 100644 (file)
@@ -20,6 +20,7 @@
 
 .. changelog::
     :version: 1.1.3
+    :released: October 27, 2016
 
     .. change::
         :tags: bug, orm
index 9050b53669f36c943a9e439c0a35e16a66c0f2c3..f5785a7543a46067715a56eeb9142342050f1fe7 100644 (file)
@@ -107,9 +107,9 @@ copyright = u'2007-2016, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "1.1"
 # The full version, including alpha/beta/rc tags.
-release = "1.1.2"
+release = "1.1.3"
 
-release_date = "October 17, 2016"
+release_date = "October 27, 2016"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"