From: Mike Bayer Date: Mon, 12 Jan 2015 18:31:22 +0000 (-0500) Subject: - this will be 0.9.9 X-Git-Tag: rel_0_9_9~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56c0d77c7d8756dc566a4dc26684fd9f882e147d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this will be 0.9.9 --- diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 059cc8c2fc..3f3a8a2a74 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.8' +__version__ = '0.9.9' def __go(lcls):