- Test python 3.7 and 3.8 in Travis CI/GitHub Actions - Replace cgi.escape with html.escape in Python 3 due to removal of cgi.escape in 3.8 - Reformat using Black
0.9.15
Not secure
------
- travis CI does not support 3.7 yet, removing that version from build
0.9.14
Not secure
------
- added versions 3.6 and 3.7 to travis CI build, removed 2.6 and 3.3 - 2.6 and 3.3 deprecated by lxml
0.9.13
------
- 3.7 added as supported version in setup - Updated LICENSE and requirements.txt
0.9.12
Not secure
------
- 3.6 added as supported version in setup - Updated LICENSE
0.9.11
Not secure
------
- Bugfix: MissingSchema during requests get - Bugfix: Check for Python 2 should have been for Python 3