diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-05-26 22:45:56 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-05-26 22:45:56 +0000 |
| commit | fe3902771f51dea078bbee986e984c399aae2468 (patch) | |
| tree | b32c5d305b049619a6b8573b13be69d6265a11d4 /lib/sqlalchemy/__init__.py | |
| parent | 853992649c64252c3959b76600434f9cab05288c (diff) | |
| download | sqlalchemy-fe3902771f51dea078bbee986e984c399aae2468.tar.gz | |
- Fixed bug introduced in 0.5.4 whereby Composite types
fail when default-holding columns are flushed.
Diffstat (limited to 'lib/sqlalchemy/__init__.py')
| -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 a94af097a..e8c28cac2 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.4p2' +__version__ = '0.5.4p3' del inspect, sys |
