Released Nov. 18, 2018
User-facing changes
- [FEATURE] manylinux2010 policy support
([92](https://github.com/pypa/auditwheel/pull/92),
[130](https://github.com/pypa/auditwheel/pull/130))
- Closes the auditwheel portion of "manylinux2010 rollout" ([pypa/manylinux179](https://github.com/pypa/manylinux/issues/179))
- [FEATURE] Drop Python 3.4 support and add Python 3.7 support
([127](https://github.com/pypa/auditwheel/pull/127))
Housekeeping
- Replace print statements with logger.
([113](https://github.com/pypa/auditwheel/pull/113))
- Closes [109](https://github.com/pypa/auditwheel/issues/109)
- Many small code cleanup PRs:
- Update Python versions in README and setup.cfg ([123](https://github.com/pypa/auditwheel/pull/123))
- Remove unneeded parentheses ([122](https://github.com/pypa/auditwheel/pull/122))
- Use a Pythonic context manager ([118](https://github.com/pypa/auditwheel/pull/118))
- Remove unused variables and imports ([121](https://github.com/pypa/auditwheel/pull/121), [#117](https://github.com/pypa/auditwheel/pull/117))
- Use Python 3 class syntax ([119](https://github.com/pypa/auditwheel/pull/119))
- Fix log.warn deprecation warning ([120](https://github.com/pypa/auditwheel/pull/120))
- Fix Travis flakiness by disabling caches and remove broken auto-deployments
([128](https://github.com/pypa/auditwheel/pull/128))