diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-13 16:28:03 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-13 16:40:39 -0400 |
| commit | 175e5c97a7f20d774e27fe66a141a12f341be9ad (patch) | |
| tree | 3425ce866aa4dc6e5828c3fe40fd2241f11be09a | |
| parent | f1e777b2abcef0ad56d3c1f58ee33492abe37998 (diff) | |
| download | sqlalchemy-175e5c97a7f20d774e27fe66a141a12f341be9ad.tar.gz | |
1.0.0b1rel_1_0_0b1
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 3 | ||||
| -rw-r--r-- | doc/build/conf.py | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index efe2d117d..677a90167 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 54ce3e492..7dfb3ce7f 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" |
