diff options
-rw-r--r-- | doc/build/changelog/changelog_12.rst | 1 | ||||
-rw-r--r-- | doc/build/conf.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 34e82504b..df028a97f 100644 --- a/doc/build/changelog/changelog_12.rst +++ b/doc/build/changelog/changelog_12.rst @@ -12,6 +12,7 @@ .. changelog:: :version: 1.2.0b1 + :released: July 10, 2017 .. change:: scoped_autocommit :tags: feature, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 4ed163dc6..b50cfb8f8 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -107,7 +107,7 @@ version = "1.2" # The full version, including alpha/beta/rc tags. release = "1.2.0b1" -release_date = None +release_date = "July 10, 2017" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |