summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-04-16 14:51:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-04-16 14:58:51 -0400
commit9f468e305d0a6b42a1d384a70dcf8fb51effa693 (patch)
tree3a9371b15f7760cb90307621c1e1f949ee90f04a /doc
parent2bc8c92279a165563b7ebcf82c96cd3cd7ede2a2 (diff)
downloadsqlalchemy-9f468e305d0a6b42a1d384a70dcf8fb51effa693.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst1
-rw-r--r--doc/build/changelog/migration_10.rst2
-rw-r--r--doc/build/conf.py4
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 6f9384ccb..d13202d71 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 a6f73709a..462b6361d 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 3160250d6..27e398c5e 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"