diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-16 15:52:07 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-16 15:52:07 -0400 |
commit | f500bfee855e147323b753790b557e2fe06b83e2 (patch) | |
tree | a1f0b5b40c807a46c4b7610d80deba5367f315b3 | |
parent | 8ac8fecf3f34f2259f2b477789c1de1e12256441 (diff) | |
download | sqlalchemy-f500bfee855e147323b753790b557e2fe06b83e2.tar.gz |
- 1.0.13rel_1_0_13
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 1 | ||||
-rw-r--r-- | doc/build/conf.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index f4bf10954..39670b0d8 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,7 @@ .. changelog:: :version: 1.0.13 + :released: May 16, 2016 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index b60074395..46f3b0af7 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -138,9 +138,9 @@ copyright = u'2007-2016, the SQLAlchemy authors and contributors' # The short X.Y version. version = "1.0" # The full version, including alpha/beta/rc tags. -release = "1.0.12" +release = "1.0.13" -release_date = "February 15, 2016" +release_date = "May 16, 2016" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |