- Drop support for ``pkg_resources`` namespace and replace it with PEP 420 native namespace. Caution: This change requires to switch all packages in the `five` namespace to versions using a PEP 420 namespace.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7, 3.8.
- Drop Python 2 leftovers.
3.0.0
------------------
- Drop support for Python < 3.7.
- Add support for Python 3.11.
2.1.0
------------------
- Add support for Python 3.5, 3.7, 3.8, 3.9, 3.10.
- Fix tests to run successfully on Zope >= 5.2.1.
2.0.1
------------------
Bug fixes:
- Minor packaging updates. [various]
2.0.0
------------------
Breaking changes:
- Drop support for Zope versions older than 4.0
- Remove deprecatared __of__ for BrowserViews [MrTango]
New features:
- Add support for Python 3 [pbauer]
Bug fixes:
- Fix test to work with Zope 4, where ``makeClassForTemplate`` was removed and replaced with ``SimpleViewClass``. [thet]