Update sqlalchemy
This commit is contained in:
@@ -117,7 +117,7 @@ from sqlalchemy.engine import create_engine, engine_from_config
|
||||
__all__ = sorted(name for name, obj in locals().items()
|
||||
if not (name.startswith('_') or inspect.ismodule(obj)))
|
||||
|
||||
__version__ = '0.7.5'
|
||||
__version__ = '0.7.6'
|
||||
|
||||
del inspect, sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user