From 3837a29bfc082b8e718eba007456e3a025238c1d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 25 May 2009 15:26:16 +0000 Subject: - Repaired the printing of SQL exceptions which are not based on parameters. --- lib/sqlalchemy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/__init__.py') diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 5502aa7b8..a94af097a 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -107,6 +107,6 @@ 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.5.4p1' +__version__ = '0.5.4p2' del inspect, sys -- cgit v1.2.1