v0.13.0 – Quality-of-life improvements
v0.13.0 2021-04-24
This release comes with a blog post! Read on Quality-of-life improvements.
Added
Changed
- Add more descriptive error message for missing whitespace between HTML attributes (#23 (comment), #68).
- Move development dependencies from extras to separate
requirements.txt
(#68). - Declare support for Python 3.9.
- Tentatively declare support for Python 3.10 (tested with
Python 3.10.0a6+
).
Fixed
- Fix Python 3.10 deprecation warning by importing Iterable from collections.abc (#68).