- Once again as in 8.0 remove deprecated ``path.path``.
9.1
---
- 121: Removed workaround for 61 added in 5.2. ``path.py`` now only supports file system paths that can be effectively decoded to text. It is the responsibility of the system implementer to ensure that filenames on the system are decodeable by ``sys.getfilesystemencoding()``.
9.0
---
- Drop support for Python 2.6 and 3.2 as integration dependencies (pip) no longer support these versions.
8.3
---
- Merge with latest skeleton, adding badges and test runs by default under tox instead of pytest-runner. - Documentation is no longer hosted with PyPI.
8.2.1
-----
- 112: Update Travis CI usage to only deploy on Python 3.5.
8.2
---
- Refreshed project metadata based on `jaraco's project skeleton <https://github.com/jaraco/skeleton/tree/spaces>_. - Releases are now automatically published via Travis-CI. - 111: More aggressively trap errors when importing ``pkg_resources``.