---------------------------
- Added support for Python 2.6 :-P.
By switching to the ``key_property`` support added in `property-manager` 2.0
I was able to reduce code duplication and improve compatibility::
6 files changed, 20 insertions(+), 23 deletions(-)
This removes the dependency on ``functools.total_ordering`` and to the best
of my knowledge this was the only Python >= 2.7 feature that I was using so
out of curiosity I changed ``tox.ini`` to run the tests on Python 2.6 and
indeed everything worked fine! :-)
- Refactored the makefile and ``setup.py`` script (checkers, docs, wheels,
twine, etc).
.. _Release 3.2: https://github.com/xolox/python-rotate-backups/compare/3.1...3.2