diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-24 13:49:09 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-24 13:49:09 -0400 |
| commit | e73f735382371ac5c05a46f2a51fd10971270fe4 (patch) | |
| tree | d2cf84d2223e103bfde643da755e4e7487c791de /lib/sqlalchemy/__init__.py | |
| parent | 0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c (diff) | |
| download | sqlalchemy-e73f735382371ac5c05a46f2a51fd10971270fe4.tar.gz | |
- Fixed regression regarding the declarative ``__declare_first__``
and ``__declare_last__`` accessors where these would no longer be
called on the superclass of the declarative base.
fixes #3383
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 3ef97ef90..69ab88772 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -120,7 +120,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.0.1' +__version__ = '1.0.2' def __go(lcls): |
