diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-05-18 16:21:42 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-05-18 16:21:42 +0000 |
| commit | 7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb (patch) | |
| tree | b0dacbbbdf41a8026abfe3bfdeaba33a9891133d /lib/sqlalchemy/__init__.py | |
| parent | d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb (diff) | |
| download | sqlalchemy-7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb.tar.gz | |
- Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1
occur when merge() was used with an incomplete object.
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 b28de9bc8..5502aa7b8 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.4' +__version__ = '0.5.4p1' del inspect, sys |
