diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-01-24 19:37:41 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-01-24 19:37:41 +0000 |
| commit | 20132a9caa35f91359df373979d13fb1a16e3668 (patch) | |
| tree | 1afd844951572fe88d7633f78311075014b2bfb3 /lib/sqlalchemy | |
| parent | c10104f0a89d2ef4bc4ea08aed8f1237d051351d (diff) | |
| download | sqlalchemy-20132a9caa35f91359df373979d13fb1a16e3668.tar.gz | |
- 0.5.3
- add new directives to sphinx.sty. pdf output is still currently busted for other reasons, however.
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
