summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-04-27 17:51:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-04-27 17:51:52 -0400
commit9716a5c45e6185c5871555722d8495880f0e8c7a (patch)
tree4893f629be54c908ac55e0458f423899afdee3f7
parent8cdb4543bd7a85bef0286433576aafe0fb8e7c4c (diff)
parentd9a9c250d27b1a1bf8a89b723ac30d6213f28a83 (diff)
downloadsqlalchemy-9716a5c45e6185c5871555722d8495880f0e8c7a.tar.gz
merge rel_0_8
-rw-r--r--.hgtags1
-rw-r--r--doc/build/changelog/changelog_08.rst1
-rw-r--r--doc/build/conf.py4
3 files changed, 4 insertions, 2 deletions
diff --git a/.hgtags b/.hgtags
index 402707e37..0e2c78307 100644
--- a/.hgtags
+++ b/.hgtags
@@ -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"