From 0c71ad1ce3baae5a2ba2636f3459f4d03f633b17 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 24 Jul 2015 22:32:07 +0200 Subject: [PATCH] requirements: Set the minimal tasklib version to 0.10.0 --- taskwiki/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskwiki/util.py b/taskwiki/util.py index 67e555f..f1be68c 100644 --- a/taskwiki/util.py +++ b/taskwiki/util.py @@ -335,7 +335,7 @@ def enforce_dependencies(cache): # Vim version is already checked in vimscript file # This is done so that we avoid problems with +python - TASKLIB_VERSION = '0.9.0' + TASKLIB_VERSION = '0.10.0' TASKWARRIOR_VERSION = '2.4.0' # Check tasklib version