- Set maximum supported version numbers of ``alembic`` and ``SQLALchemy`` in `setup.py`
1.7.1
==================
- Fix bug in testing mode detection so it works with sqlite, too.
1.7
================
- Have ``.model.Object.create`` use the ``**kw`` constructor instead of performing setattr itself.
- Made commit in db.empty optional.
1.6
================
- Make test setup/teardown a bit more independent from the IDatabase utility. - Made pyramid dependent code optional, because it is an optional requirement.
1.5.1
==================
- Moved the project to bitbucket.org and prepared for public release.
1.5
================
- Adjust test dependency for external projects, so pyramid is not required. (1458)