- Removing ZODB3_HOME variable from runzeo.bat and zeoservice.py.in files, Fix for windows machine (41) - fix for "ValueError: Attempted relative import in non-package" - In windows build (42)
2.0.2
------------------
Bug fixes:
- Minor packaging updates. (1)
2.0.1
------------------
Bug fixes:
- Python 3 compatibility for generated bin/zeopack script [ajung] (36)
2.0.0
------------------
Breaking changes:
- Drop support for ``ZODB3`` but require ``ZODB >= 5``.
New features:
- Add support for Python 3.6 and 3.7.
1.4.2
------------------
Bug fixes:
- Move Recipe from __init__.py to a new module to get rid of the dependency on zc.recipe.egg in control scripts [tschorr]
1.4.1
------------------
Bug fixes:
- Fixed Travis tests by installing the ``hyperlink`` package. [maurits]
- Fixed zeopack script for ZEO >= 5 (backport from original ZEO's script) [mamico]