- 0.9.0 release date

This commit is contained in:
Mike Bayer
2013-12-30 18:31:33 -05:00
parent d88d755425
commit f00657fa8a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
.. changelog::
:version: 0.9.0
:released: December 30, 2013
.. change::
:tags: bug, orm, declarative
+2 -2
View File
@@ -91,9 +91,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors'
# The short X.Y version.
version = "0.9"
# The full version, including alpha/beta/rc tags.
release = "0.9.0b1"
release = "0.9.0"
release_date = "October 26, 2013"
release_date = "December 30, 2013"
site_base = "http://www.sqlalchemy.org"