]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.8.7 rel_0_8_7
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jul 2014 20:56:07 +0000 (16:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jul 2014 20:56:14 +0000 (16:56 -0400)
doc/build/changelog/changelog_08.rst
doc/build/conf.py

index 817090ae633c1e70d790422c8cfaf1a9b0cb2099..002eaf70446483af15b2215aaa3350b1949bcbf6 100644 (file)
@@ -10,6 +10,7 @@
 
 .. changelog::
     :version: 0.8.7
+    :released: July 22, 2014
 
     .. change::
         :tags: bug, mssql
index 593baf4f58d5aa27418f2635c4ec9a328a38d954..68f3e792e6b6aa75171d370e4f907519b8868549 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.6"
+release = "0.8.7"
 
-release_date = "March 28, 2014"
+release_date = "July 22, 2014"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")