- Fix 2to3 old setuptools hook [goschtl] - mordernize to python3 code [goschtl] - update to new zope.testing [goschtl] - use pytest and tox [goschtl] - Note: tested on Python 2.7 and 3.6-3.10.
1.0.0
==================
- Fix to run under Windows with Python 3. [nilshofer, jensens]
0.16
=================
- Fix packaging error. [davisagli]
- Fix tests to work with buildout 2. [davisagli]
0.15
=================
- Integration with Travis CI for running tests and pep8/pyflakes. [hvelarde]
- PEP 8/Pyflakes. [hvelarde]
- Optimized unlinking of junctioned dirs on Windows. [lck]
0.14
=================
- Change the approach to building the omelette using NTFS junctions on Windows. This is now done via the ``ntfsutils`` package, rather than relying on junction.exe. [lck]