Skip to content

Commit 62bbb07

Browse files
committed
chore: bump to 3.3.0b3
1 parent 21a1fef commit 62bbb07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 3.3.0b3
44
---------------
55

6-
Unreleased
6+
Released 2026-06-12
77

88
- Add :func:`fields.enum_choices`, :func:`fields.enum_coerce` and
99
:func:`~wtforms.datalist.enum_datalist` for Enum-backed choices,

src/wtforms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from wtforms.form import Form
4343
from wtforms.validators import ValidationError
4444

45-
__version__ = "3.3.0b2"
45+
__version__ = "3.3.0b3"
4646

4747
__all__ = [
4848
"validators",

0 commit comments

Comments
 (0)