From 20132a9caa35f91359df373979d13fb1a16e3668 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 24 Jan 2009 19:37:41 +0000 Subject: - 0.5.3 - add new directives to sphinx.sty. pdf output is still currently busted for other reasons, however. --- 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 5ef4ff6d8..2dea27a04 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.2' +__version__ = '0.5.3' del inspect, sys -- cgit v1.2.1