summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-26 16:35:23 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-26 16:35:23 -0400
commit4ea5d303a177a708fb28fee90f6fea2f8f4b1101 (patch)
tree5c8b7e188d3d8cfdd9c08c50b157a3df652a7b64
parent0f486eff9f15520a4c21a0057a454fe08ef5cc95 (diff)
downloadsqlalchemy-4ea5d303a177a708fb28fee90f6fea2f8f4b1101.tar.gz
- release 0.9.0b1
-rw-r--r--doc/build/changelog/changelog_08.rst1
-rw-r--r--doc/build/changelog/changelog_09.rst3
-rw-r--r--doc/build/conf.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index d80a97de4..7066916fa 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -9,6 +9,7 @@
.. changelog::
:version: 0.8.3
+ :released: October 26, 2013
.. change::
:tags: bug, oracle
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index bf9497788..591a36692 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -11,6 +11,7 @@
.. changelog::
:version: 0.9.0b1
+ :released: October 26, 2013
.. change::
:tags: feature, orm
@@ -585,4 +586,4 @@
.. seealso::
- :ref:`migration_2736` \ No newline at end of file
+ :ref:`migration_2736`
diff --git a/doc/build/conf.py b/doc/build/conf.py
index f3975a548..274480a70 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -85,7 +85,7 @@ version = "0.9"
# The full version, including alpha/beta/rc tags.
release = "0.9.0b1"
-release_date = "(not released)"
+release_date = "October 26, 2013"
site_base = "http://www.sqlalchemy.org"