There was an error while loading. Please reload this page.
1 parent 96a7ed6 commit b5bac43Copy full SHA for b5bac43
2 files changed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 5.2.2rc1
5
+-----------------------------------
6
+
7
+- chore: remove PSModel/PSSession example classes from package (#2457) [Daniel Vaz Gaspar]
8
9
Improvements and Bug fixes on 5.2.1
10
-----------------------------------
11
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "5.2.1"
+__version__ = "5.2.2rc1"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments