From: Mike Bayer Date: Fri, 13 Mar 2015 20:28:03 +0000 (-0400) Subject: 1.0.0b1 X-Git-Tag: rel_1_0_0b1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175e5c97a7f20d774e27fe66a141a12f341be9ad;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 1.0.0b1 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index efe2d117d3..677a901678 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -16,7 +16,8 @@ :start-line: 5 .. changelog:: - :version: 1.0.0b1 + :version: 1.0.0b1 + :released: March 13, 2015 Version 1.0.0b1 is the first release of the 1.0 series. Many changes described here are also present in the 0.9 and sometimes the 0.8 diff --git a/doc/build/conf.py b/doc/build/conf.py index 54ce3e4926..7dfb3ce7f4 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -108,7 +108,7 @@ version = "1.0" # The full version, including alpha/beta/rc tags. release = "1.0.0b1" -release_date = "Not released" +release_date = "March 13, 2015" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako"