]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- this is 0.9.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jun 2014 18:26:37 +0000 (14:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jun 2014 18:26:37 +0000 (14:26 -0400)
lib/sqlalchemy/__init__.py

index c87c06ac638637a1e70f8cdeea3b1785a8dc5f99..ec63f87774d590d5747f382282ee0fc19ce448df 100644 (file)
@@ -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())