]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 1.1.0 rel_1_1_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Oct 2016 20:59:00 +0000 (16:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Oct 2016 20:59:00 +0000 (16:59 -0400)
doc/build/changelog/changelog_11.rst
doc/build/conf.py

index 1db99b466a4ee97ce6906090a6a913dc47699b0a..13720c812e4c41671736910efb101d67b37e5f39 100644 (file)
@@ -20,6 +20,7 @@
 
 .. changelog::
     :version: 1.1.0
+    :released: October 5, 2016
 
     .. change::
         :tags: bug, sql
index 270d7d160c638fc810d6f1616c2aeaf97f031ea4..04fdd38fbcec7484001fa0ba596824e278f259f3 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.0b3"
+release = "1.1.0"
 
-release_date = "July 26, 2016"
+release_date = "October 5, 2016"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"