summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog/changelog_10.rst3
-rw-r--r--doc/build/conf.py2
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"