Skip to content

Commit

Permalink
chore: bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 1, 2023
1 parent 80eafb6 commit bac2bb2
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.1.3
Version 1.2.0
-------------

Unreleased
Released 2023-10-01

- Add field ``MultipleFileField``. ``FileRequired``, ``FileAllowed``, ``FileSize``
now can be used to validate multiple files :pr:`556` :issue:`338`
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.1.2"
__version__ = "1.2.0"

0 comments on commit bac2bb2

Please sign in to comment.