Skip to content

Commit

Permalink
chore: bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 20, 2024
1 parent 32f1276 commit 552b7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changes
=======

Version 1.x.x
Version 1.2.2
-------------

Unreleased
Released 2024-10-20

- Move the project to the pallets-eco organization. :pr:`602`
- Stop support for Python 3.8. Start support for Python 3.13. :pr:`603`
Expand Down
2 changes: 1 addition & 1 deletion src/flask_wtf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .recaptcha import RecaptchaField
from .recaptcha import RecaptchaWidget

__version__ = "1.2.1"
__version__ = "1.2.2"
__all__ = [
"CSRFProtect",
"FlaskForm",
Expand Down

0 comments on commit 552b7a7

Please sign in to comment.