We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f1276 commit 552b7a7Copy full SHA for 552b7a7
docs/changes.rst
@@ -1,10 +1,10 @@
1
Changes
2
=======
3
4
-Version 1.x.x
+Version 1.2.2
5
-------------
6
7
-Unreleased
+Released 2024-10-20
8
9
- Move the project to the pallets-eco organization. :pr:`602`
10
- Stop support for Python 3.8. Start support for Python 3.13. :pr:`603`
src/flask_wtf/__init__.py
@@ -5,7 +5,7 @@
from .recaptcha import RecaptchaField
from .recaptcha import RecaptchaWidget
-__version__ = "1.2.1"
+__version__ = "1.2.2"
__all__ = [
"CSRFProtect",
11
"FlaskForm",
0 commit comments