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 670f6f3 commit 244c8d6Copy full SHA for 244c8d6
CHANGES.rst
@@ -1,6 +1,15 @@
1
.. currentmodule:: wtforms
2
3
4
+Version 2.3.3
5
+-------------
6
+
7
+Released 2020-07-30
8
9
+- This release includes the translation files that were missing in the
10
+ 2.3.2 release. :issue:`641`
11
12
13
Version 2.3.2
14
-------------
15
wtforms/__init__.py
@@ -13,4 +13,4 @@
from wtforms.form import Form
from wtforms.validators import ValidationError
16
-__version__ = '2.3.2'
+__version__ = '2.3.3'
0 commit comments