]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 0.9.9 rel_0_9_9
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 19:29:33 +0000 (15:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 19:57:10 +0000 (15:57 -0400)
doc/build/changelog/changelog_09.rst
doc/build/conf.py
setup.cfg

index 7c487fc1b42db69b61aefb26a2e6523776c98703..f5a3a915a2f547682bfdacd4a3369c764e17a0be 100644 (file)
@@ -13,6 +13,7 @@
 
 .. changelog::
     :version: 0.9.9
+    :released: March 10, 2015
 
     .. change::
         :tags: feature, postgresql
index 8c5d42c975037e23d59877117b28c7abe1bfb5b3..0a898a329edf2324c1a76636b1b8937737947689 100644 (file)
@@ -106,9 +106,9 @@ copyright = u'2007-2015, the SQLAlchemy authors and contributors'
 # The short X.Y version.
 version = "0.9"
 # The full version, including alpha/beta/rc tags.
-release = "0.9.8"
+release = "0.9.9"
 
-release_date = "October 13, 2014"
+release_date = "March 10, 2015"
 
 site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"
index 7517220a669c80353119b3b7e4b58ae19458c7d6..313443a88b9abc06d7f1886b1f691d4a4b754a3f 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,6 @@
 [egg_info]
 tag_build = dev
 
-
 [nosetests]
 with-sqla_testing = true
 exclude = ^examples