Skip to content

Commit 552b7a7

Browse files
committed
chore: bump to 1.2.2
1 parent 32f1276 commit 552b7a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changes
22
=======
33

4-
Version 1.x.x
4+
Version 1.2.2
55
-------------
66

7-
Unreleased
7+
Released 2024-10-20
88

99
- Move the project to the pallets-eco organization. :pr:`602`
1010
- Stop support for Python 3.8. Start support for Python 3.13. :pr:`603`

src/flask_wtf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .recaptcha import RecaptchaField
66
from .recaptcha import RecaptchaWidget
77

8-
__version__ = "1.2.1"
8+
__version__ = "1.2.2"
99
__all__ = [
1010
"CSRFProtect",
1111
"FlaskForm",

0 commit comments

Comments
 (0)