]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.8.6 rel_0_8_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 23:40:21 +0000 (19:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 23:40:21 +0000 (19:40 -0400)
doc/build/changelog/changelog_08.rst
doc/build/conf.py

index 35c1b7f9104f15a07ad67709481c2c1871752c34..c25cc9a19659601ddabab87e5855ec22880de640 100644 (file)
@@ -10,6 +10,7 @@
 
 .. changelog::
     :version: 0.8.6
+    :released: March 28, 2014
 
     .. change::
         :tags: bug, orm
index ca194b81694bca456ef0a187059ba6baa98b74e0..b8e1c5a4b9e8d8c1aeaeec5bd5f4d12fbc301136 100644 (file)
@@ -84,9 +84,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "0.8"
 # The full version, including alpha/beta/rc tags.
-release = "0.8.5"
+release = "0.8.6"
 
-release_date = "February 19, 2014"
+release_date = "March 28, 2014"
 
 site_base = "http://www.sqlalchemy.org"