]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.8.1 rel_0_8_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Apr 2013 21:27:13 +0000 (17:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Apr 2013 21:27:13 +0000 (17:27 -0400)
doc/build/changelog/changelog_08.rst
doc/build/conf.py

index 621fd2a6161b06409e1fb15df1883a3101c8da7b..3fda776f2c5204d13f553df23a5489e97dadd9ce 100644 (file)
@@ -5,6 +5,7 @@
 
 .. changelog::
     :version: 0.8.1
+    :released: April 27, 2013
 
     .. change::
       :tags: bug, orm
index 34caedc2284f5df7f7777fc27d2424db7149e93c..359f7c05e0f997247d10ac15ab1b67c5cd5649e9 100644 (file)
@@ -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"