* Removing universal wheels as we do not support python 2 (thanks nicoddemus) * relaxing the requirement for chardet to 3.0
5.0.0
* Bumping a major version as I am dropping python 3.5 support as it has been EOL for some time * As a consolation I am adding 3.9 to the build. The project ran on 3.9 just fine (I develop on it..) but I had not declared support
4.2.3
* I pinned pygments last release and that was a bit of lazieness. This releases unpins it again
4.2.2
* We still support python 3.5 (though we should probably drop it soon). A transitive dep dropped support for 3.5. this version pins inflect * Pins pygments cuse updates keep breaking my overly fragile html tests"
4.2.1
* The fix from 4.2.0 was incorrect
4.2.0
* Attempts to sniff the encoding of src files before reading them in. I am resisting adding an argument to have the user specify them until I am absolutely certain its necessary