diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-26 16:24:58 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-26 16:38:26 -0400 |
commit | abb4e5314a19abd538dc518c12a4e54a8840c695 (patch) | |
tree | 114d18c3f896129630685a20f1372e28bc650648 | |
parent | f1905b619d90163771b61ff99f8f9661b031dbd7 (diff) | |
download | sqlalchemy-abb4e5314a19abd538dc518c12a4e54a8840c695.tar.gz |
0.8.3 releaserel_0_8_3
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 1 | ||||
-rw-r--r-- | doc/build/conf.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index a77dd6744..f5becb6c3 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/conf.py b/doc/build/conf.py index c87375ee7..3e211b388 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -83,9 +83,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.8" # The full version, including alpha/beta/rc tags. -release = "0.8.2" +release = "0.8.3" -release_date = "July 3, 2013" +release_date = "October 26, 2013" site_base = "http://www.sqlalchemy.org" |