From: Mike Bayer Date: Tue, 24 Jun 2014 18:26:37 +0000 (-0400) Subject: - this is 0.9.7 X-Git-Tag: rel_0_9_7~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fe8ebcf0038f24a82b22b159a283f3f7148dbd0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this is 0.9.7 --- diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index c87c06ac63..ec63f87774 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -116,7 +116,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '0.9.6' +__version__ = '0.9.7' def __go(lcls): global __all__ @@ -130,4 +130,4 @@ def __go(lcls): if not (name.startswith('_') or _inspect.ismodule(obj))) _sa_util.dependencies.resolve_all("sqlalchemy") -__go(locals()) \ No newline at end of file +__go(locals())