]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9.8 rel_0_9_8
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Oct 2014 17:10:15 +0000 (13:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Oct 2014 17:10:15 +0000 (13:10 -0400)
doc/build/changelog/changelog_09.rst
doc/build/conf.py

index fd36240f80b52d66e19cd58b5689fc0492422ac1..8687284e8046293055f492c53fa585f53ff433be 100644 (file)
@@ -12,6 +12,7 @@
 
 .. changelog::
     :version: 0.9.8
+    :released: October 13, 2014
 
     .. change::
         :tags: bug, mysql, mysqlconnector
index 88f250d6052869ab54e99bcca995e54f173bea56..5c8cf495bf89f502e744c24ceb1b6684992f905c 100644 (file)
@@ -92,9 +92,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "0.9"
 # The full version, including alpha/beta/rc tags.
-release = "0.9.7"
+release = "0.9.8"
 
-release_date = "July 22, 2014"
+release_date = "October 13, 2014"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")