---------------------------
- Refactor ``WorkerStatus`` class to properly use :pypi:`property-manager`.
Strictly speaking this change set breaks backwards compatibility, however 99%
percent of the functionality is the same, I've mostly just changed a whole
lot of undocumented implementation details. Nevertheless I'm bumping the
major version number because "explicit is better than implicit".
- Use :pypi:`six` instead of homegrown ``apache_manager.compat`` module.
Six was already included in the transitive requirements via :pypi:`executor`
so there was really no point in not using it 🙂.
- Refactor makefile & setup script (checkers, docs, wheels, twine, etc).
- Improve test coverage of port discovery
.. _Release 1.0: https://github.com/xolox/python-apache-manager/compare/0.6...1.0