- TBD
- Add support for Python 3.5, 3.6, 3.7, and 3.8.
- Drop support for Python 2.6, 3.2, 3.3, and 3.4.
- Add support for PyPy and PyPy3.
- Add support for Python 3.2, 3.3, 3.4.
- Add support for continuous integration using
Travis. - Add support for continuous integration using
toxandjenkins. - Add 'setup.py dev' alias (runs
setup.py developplus installsnoseandcoverage).
- Make
zope.testingdependency a testing-only requirement. - 100% test coverage.
- Provide compatbility with older versions of zope.component which
have a CA registry that doesn't accept a
factoryargument toregisterUtility.
- Depend on
zope.component >= 3.5.0(utility directive requires it).
- Initial release.