Skip to content

Commit

Permalink
release: bump to 3.1.0 (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Oct 12, 2020
1 parent 0756e88 commit 67947b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 3.1.0
-----------------------------------

Fix, sanitize the uploaded filename (#1482)
Fix, add missing font file format for glyphicons (#1483)
Docs, Remove incorrect possessive. `list's => lists`. (#1476)
Fix, select2 readonly not working (#1467)
Fix, improve type annotations on SQLAlchemy (#1458)
New, Support for OpenShift OAuth (#1454)
Fix, remove unnecessary strict option from schemas (#1466)
Fix, check if locale exists before loading it (#1460)
Fix, Update SQLAlchemy query for count_users (#1445)
Docs, Contributing (#1440)
Docs, improve, help contributions (#1438)

Improvements and Bug fixes on 3.0.1
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
__version__ = "3.0.1"
__version__ = "3.1.0"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down

0 comments on commit 67947b4

Please sign in to comment.