Skip to content

Commit

Permalink
[CP][EWT-418][AIRFLOW-6840] Bump up version of future (apache#7471) (a…
Browse files Browse the repository at this point in the history
…pache#55)

* [CP][AIRFLOW-6840] Bump up version of future (apache#7471)

* version bump

Co-authored-by: yuqian90 <yuqian1990@gmail.com>
Co-authored-by: Vishesh Jain <visheshj@twitter.com>
  • Loading branch information
3 people authored Jul 27, 2020
1 parent 3f24a35 commit dd9be4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# under the License.
#

version = '1.10.4+twtr14'
version = '1.10.4+twtr15'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def do_setup():
'flask-swagger==0.2.13',
'flask-wtf>=0.14.2, <0.15',
'funcsigs==1.0.0, <2.0.0',
'future>=0.16.0, <0.17',
'future>=0.16.0, <0.19',
'gunicorn>=19.5.0, <20.0',
'iso8601>=0.1.12',
'json-merge-patch==0.2',
Expand Down

0 comments on commit dd9be4b

Please sign in to comment.