Skip to content

Commit

Permalink
Bugfix on Airflow 1.4.0 using flask-admin 1.3.0, pinning flask-admin …
Browse files Browse the repository at this point in the history
…to 1.2.0
  • Loading branch information
mistercrunch committed Aug 24, 2015
1 parent efd9e4c commit aa0dffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`airflow.www.login`
"""
from builtins import object
__version__ = "1.4.0"
__version__ = "1.4.1"

import logging
import os
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

# Kept manually in sync with airflow.__version__
version = '1.4.0'
version = '1.4.1'

doc = [
'sphinx>=1.2.3',
Expand Down Expand Up @@ -42,7 +42,7 @@
'chartkick>=0.4.2',
'dill>=0.2.2',
'flask>=0.10.1',
'flask-admin>=1.0.9',
'flask-admin==1.2.0',
'flask-cache>=0.13.1',
'flask-login>=0.2.11',
'flower>=0.7.3',
Expand Down

0 comments on commit aa0dffd

Please sign in to comment.