Skip to content

Commit

Permalink
release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Mar 31, 2022
1 parent 786921d commit 2e62f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
Version 1.0.1
-------------

Unreleased
Released 2022-03-31

- Update compatibility with the latest Werkzeug release. :issue:`511`

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,4 +5,4 @@
from .recaptcha import RecaptchaField
from .recaptcha import RecaptchaWidget

__version__ = "1.0.1.dev0"
__version__ = "1.0.1"

0 comments on commit 2e62f5f

Please sign in to comment.