Skip to content

Commit

Permalink
[AIRFLOW-5657] Update the upper bound for dill (apache#6334) (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoen committed Nov 12, 2019
1 parent 00cb4ae commit 7e8272c
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
Expand Up @@ -18,4 +18,4 @@
# under the License.
#

version = '1.10.0+twtr21'
version = '1.10.0+twtr22'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -272,7 +272,7 @@ def do_setup():
'bleach==2.1.2',
'configparser>=3.5.0, <3.6.0',
'croniter>=0.3.17, <0.4',
'dill>=0.2.2, <0.3',
'dill>=0.2.2, <0.4',
'flask>=0.12.4, <0.13',
'flask-appbuilder>=1.11.1, <2.0.0',
'flask-admin==1.4.1',
Expand Down

0 comments on commit 7e8272c

Please sign in to comment.