From: Mike Bayer Date: Thu, 16 Apr 2015 18:51:43 +0000 (-0400) Subject: 1.0.0 X-Git-Tag: rel_1_0_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f468e305d0a6b42a1d384a70dcf8fb51effa693;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 1.0.0 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 6f9384ccb7..d13202d712 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,7 @@ .. changelog:: :version: 1.0.0 + :released: April 16, 2015 .. change:: :tags: bug, orm diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index a6f73709a6..462b6361d0 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -6,7 +6,7 @@ What's New in SQLAlchemy 1.0? This document describes changes between SQLAlchemy version 0.9, undergoing maintenance releases as of May, 2014, - and SQLAlchemy version 1.0, as of yet unreleased. + and SQLAlchemy version 1.0, released in April, 2015. Document last updated: March 17, 2015 diff --git a/doc/build/conf.py b/doc/build/conf.py index 3160250d6c..27e398c5ec 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -106,9 +106,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.0b5" +release = "1.0.0" -release_date = "April 3, 2015" +release_date = "April 16, 2015" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako"