From: Mike Bayer Date: Thu, 24 Jul 2014 18:06:57 +0000 (-0400) Subject: - start 0.9.8 X-Git-Tag: rel_0_9_8~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b34453ce8bfd15ea0c2d64b0d7b5d55ebfc005;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - start 0.9.8 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 15899fb7a1..3ec09076bc 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -10,6 +10,9 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 0.9.8 + .. changelog:: :version: 0.9.7 :released: July 22, 2014 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 2815b1ff20..059cc8c2fc 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -117,7 +117,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '0.9.7' +__version__ = '0.9.8' def __go(lcls):