]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9.3
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 04:01:40 +0000 (23:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 04:01:40 +0000 (23:01 -0500)
doc/build/changelog/changelog_09.rst
doc/build/conf.py

index a99032aa056a6393a121c02e31d6efa56850d577..235b5c4e5a2a779db706af585215d3a6c73e4d2b 100644 (file)
@@ -13,6 +13,7 @@
 
 .. changelog::
     :version: 0.9.3
+    :released: February 19, 2014
 
     .. change::
         :tags: orm, bug, sqlite
index 8a486c1af25e6b6c1389860f01aa742977783ea0..28fcd1433bfdf58285f17f15910d539973b9406e 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.2"
+release = "0.9.3"
 
-release_date = "February 2, 2014"
+release_date = "February 19, 2014"
 
 site_base = "http://www.sqlalchemy.org"