diff options
| -rw-r--r-- | .hgtags | 1 | ||||
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 1 | ||||
| -rw-r--r-- | doc/build/conf.py | 4 |
3 files changed, 4 insertions, 2 deletions
@@ -90,3 +90,4 @@ d557287431986274a796348750f1c6ce885b196c rel_0_7_6 6495bcf87e10461675d8905d62f5632e634ec33c rel_0_8_0b1 8d82961d34643c8d53d865ddf76911807a36fde6 rel_0_8_8b2 662aaaa7bc65c47db7ecd2e0269f8a8fbb613acd rel_0_8_0 +dfaaa3c29ec33a0a8cdd661a97466f2253a0d876 rel_0_8_1 diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 621fd2a61..3fda776f2 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -5,6 +5,7 @@ .. changelog:: :version: 0.8.1 + :released: April 27, 2013 .. change:: :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 34caedc22..359f7c05e 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.0" +release = "0.8.1" -release_date = "March 9, 2013" +release_date = "April 27, 2013" site_base = "http://www.sqlalchemy.org" |
