Repository: incubator-airflow
Updated Branches:
  refs/heads/master 1a482d454 -> 821ced78e


[AIRFLOW-2060] Update pendulum version to 1.4.4

This fixes a task clearing issue with deep copy

Closes #3154 from cinhil/AIRFLOW-2060


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/821ced78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/821ced78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/821ced78

Branch: refs/heads/master
Commit: 821ced78e77632bcec60c967c7b568d484ef6c69
Parents: 1a482d4
Author: Fabrice <[email protected]>
Authored: Sat Mar 24 09:01:54 2018 +0100
Committer: Bolke de Bruin <[email protected]>
Committed: Sat Mar 24 09:01:59 2018 +0100

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/821ced78/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 2b1bdb5..3822682 100644
--- a/setup.py
+++ b/setup.py
@@ -235,7 +235,7 @@ def do_setup():
             'lxml>=3.6.0, <4.0',
             'markdown>=2.5.2, <3.0',
             'pandas>=0.17.1, <1.0.0',
-            'pendulum==1.4.0',
+            'pendulum==1.4.4',
             'psutil>=4.2.0, <5.0.0',
             'pygments>=2.0.1, <3.0',
             'python-daemon>=2.1.1, <2.2',

Reply via email to