diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 15:29:33 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 15:57:10 -0400 |
| commit | 3e3f9e8488253e5ccf4e37a46d234f7724974f4a (patch) | |
| tree | f03aba9f8363a0cdded47a653318ad6093d0635b | |
| parent | c3c889d8826062a3efe19d28094c11ecc1313b3f (diff) | |
| download | sqlalchemy-3e3f9e8488253e5ccf4e37a46d234f7724974f4a.tar.gz | |
- 0.9.9rel_0_9_9
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 1 | ||||
| -rw-r--r-- | doc/build/conf.py | 4 | ||||
| -rw-r--r-- | setup.cfg | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 7c487fc1b..f5a3a915a 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,7 @@ .. changelog:: :version: 0.9.9 + :released: March 10, 2015 .. change:: :tags: feature, postgresql diff --git a/doc/build/conf.py b/doc/build/conf.py index 8c5d42c97..0a898a329 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -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" @@ -1,7 +1,6 @@ [egg_info] tag_build = dev - [nosetests] with-sqla_testing = true exclude = ^examples |
