This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9e6b171 Bump FAB to 1.12.1 (#6138)
9e6b171 is described below
commit 9e6b171ee97bf9106dc942357c5db647e74041a7
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Oct 23 15:02:29 2018 -0700
Bump FAB to 1.12.1 (#6138)
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 76f31f6..bfaf2cd 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
'contextlib2',
'cryptography',
'flask<1.0.0',
- 'flask-appbuilder>=1.12.0',
+ 'flask-appbuilder>=1.12.1',
'flask-caching',
'flask-compress',
'flask-migrate',