- Fixed newest version checking as the previous solution was failing on some distributions. - Added Python 3.8 to test envs. - Minor README.rst corrections. -----------------------
1.0.2
- Fixed README.rst generation for long_description (to show properly on pypi). -----------------------
1.0.1
- Stopped using `pip` internals as of `pip==10.0.1`; moved to `pkg_resources` and `subprocess`. - Refactored tests. - Added `tox` to run tests. -----------------------