wtforms
wtforms copied to clipboard
Python minimal version is wrong in FAQ / 3.0.1 changelog not published
FAQ Claims compatibility with python 3.6 : https://wtforms.readthedocs.io/en/3.0.x/faq/#what-versions-of-python-are-supported
Changelog does not exists for 3.0.1 : https://wtforms.readthedocs.io/en/3.0.x/changes/#version-3-0-0
Perhaps because https://github.com/wtforms/wtforms/blob/master/src/wtforms/init.py#L7 was not bumped to 3.0.1?
Could a version 3.0.2 be published with this fixed and including PRs that have been merged or can be merged wasily.
@azmeuk can you have a look at this one too? Thanks.