]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9.2
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Feb 2014 00:19:24 +0000 (19:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Feb 2014 00:19:24 +0000 (19:19 -0500)
doc/build/changelog/changelog_09.rst
doc/build/conf.py

index a043d61c344308375acbc6cc1959d7ea563000cd..bc711b89a0f55bed9826a53341ff440ec80be648 100644 (file)
@@ -13,6 +13,7 @@
 
 .. changelog::
     :version: 0.9.2
+    :released: February 2, 2014
 
     .. change::
         :tags: bug, examples
index 6ad08fe3843884217f45741b73347633a7767d26..8a486c1af25e6b6c1389860f01aa742977783ea0 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.1"
+release = "0.9.2"
 
-release_date = "January 5, 2014"
+release_date = "February 2, 2014"
 
 site_base = "http://www.sqlalchemy.org"