diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 19:29:15 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 19:29:15 -0500 |
commit | 9d69035a1d7f78c71e5467e1dde828d099f30144 (patch) | |
tree | 1407b724519a6a707b0c546e6ddd14e9260d2bfe | |
parent | fa5970c26547d03ba66f885ef9d7fdcd686648a1 (diff) | |
download | sqlalchemy-9d69035a1d7f78c71e5467e1dde828d099f30144.tar.gz |
- 0.9.1rel_0_9_1
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 1 | ||||
-rw-r--r-- | doc/build/conf.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 4ba3b7129..6e28465ff 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.1 + :released: January 5, 2014 .. change:: :tags: bug, orm, events diff --git a/doc/build/conf.py b/doc/build/conf.py index 02d68c674..1546177a6 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -91,9 +91,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.9.0" +release = "0.9.1" -release_date = "December 30, 2013" +release_date = "January 5, 2014" site_base = "http://www.sqlalchemy.org" |