diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-22 20:00:13 -0400 |
---|---|---|
committer | Stefan Urbanek <stefan@agentfarms.net> | 2015-08-25 23:56:08 -0700 |
commit | a3c97eabdc2ce58dfbf1de3cdcc1133a80a65626 (patch) | |
tree | 2bdf266c688f7106896f94875de97993418da997 | |
parent | f70465ba2ade967bb67022d4e79bf43cac94d003 (diff) | |
download | sqlalchemy-a3c97eabdc2ce58dfbf1de3cdcc1133a80a65626.tar.gz |
1.0.8
-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 64bce97ae..2dce07b0a 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,7 @@ .. changelog:: :version: 1.0.8 + :released: July 22, 2015 .. change:: :tags: bug, misc diff --git a/doc/build/conf.py b/doc/build/conf.py index 45cc35198..f1ebda46e 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -138,9 +138,9 @@ copyright = u'2007-2015, the SQLAlchemy authors and contributors' # The short X.Y version. version = "1.0" # The full version, including alpha/beta/rc tags. -release = "1.0.7" +release = "1.0.8" -release_date = "July 20, 2015" +release_date = "July 22, 2015" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |