]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this is 0.7.10
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Feb 2013 23:54:49 +0000 (18:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Feb 2013 23:54:49 +0000 (18:54 -0500)
lib/sqlalchemy/__init__.py

index 74f61d17794cea8ab804ce9441428f0e874f7c3c..9a21a70f26ac0ba9bdb96823b435e870d25af528 100644 (file)
@@ -120,7 +120,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.9'
+__version__ = '0.7.10'
 
 del inspect, sys