From b7aeeefd7cc778eddc7ffa7ac7a31e8a7f61aa45 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 17 Nov 2020 18:45:06 +0100
Subject: [PATCH] [data] Update conda_build_config.yaml to the latest

---
 bob/devtools/data/conda_build_config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 25c8411a..b76f2801 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -78,12 +78,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2020.11.14
+  - 2020.11.17
 
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2020.11.14
+  - 2020.11.17
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
-- 
GitLab