Skip to content

Commit 3d351c9

Browse files
authored
release: 3.3.3 (#1699)
1 parent 5864338 commit 3d351c9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Flask-AppBuilder ChangeLog
22
==========================
33

4+
Improvements and Bug fixes on 3.3.3
5+
-----------------------------------
6+
7+
- fix: related filters with bogus data (#1695) [Daniel Vaz Gaspar]
8+
- chore: Bump flask-openid to 1.3.0 (#1693) [Daniel Vaz Gaspar]
9+
- chore: bump JQuery to 3.6.0 (#1688) [Daniel Vaz Gaspar]
10+
- chore: bump prison version (#1689) [Beto Dealmeida]
11+
- feat: password complexity option on DB Auth (#1687) [Daniel Vaz Gaspar]
12+
- fix: check if there is an email field in userinfo (#1663) [Yoshitaka Sakurai]
13+
414
Improvements and Bug fixes on 3.3.2
515
-----------------------------------
616

flask_appbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Daniel Vaz Gaspar"
2-
__version__ = "3.3.2"
2+
__version__ = "3.3.3"
33

44
from .actions import action # noqa: F401
55
from .api import ModelRestApi # noqa: F401

0 commit comments

Comments
 (0)