]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9.5 rel_0_9_5
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jun 2014 15:17:39 +0000 (11:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jun 2014 15:17:39 +0000 (11:17 -0400)
doc/build/changelog/changelog_09.rst
doc/build/conf.py

index 9db3a453ef949e7cbbceff48200f84bf5f0731bf..f3c55a2053af45988e2192498469e50e09dbc991 100644 (file)
@@ -13,6 +13,7 @@
 
 .. changelog::
     :version: 0.9.5
+    :released: June 23, 2014
 
     .. change::
         :tags: bug, orm
index 5f9fa36606e25cd357dea98eb2982ac859967a61..9e35980ada82d76a2e6fbf282d08b2ecaba50316 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.4"
+release = "0.9.5"
 
-release_date = "March 28, 2014"
+release_date = "June 23, 2014"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")