]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 1.1.0b3 rel_1_1_0b3
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Jul 2016 15:25:52 +0000 (11:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Jul 2016 15:25:52 +0000 (11:25 -0400)
doc/build/changelog/changelog_11.rst
doc/build/conf.py

index 982119982765c78453b1b17005fb189e496ca82d..3a1b1e9122c59f63b924fa57479a9aaccff9f755 100644 (file)
@@ -20,6 +20,7 @@
 
 .. changelog::
     :version: 1.1.0b3
+    :released: July 26, 2016
 
     .. change::
         :tags: change, orm
index 77c51aab68463965234c2cdd1b9c3958ceedefea..270d7d160c638fc810d6f1616c2aeaf97f031ea4 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.0b2"
+release = "1.1.0b3"
 
-release_date = "July 1, 2016"
+release_date = "July 26, 2016"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"