From 22134475bc64bb73fbed413d5384564f1472b528 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 1 Sep 2021 21:14:45 +0200
Subject: [PATCH] test with bob-devel 2021.08.31

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

diff --git a/conda_build_config.yaml b/conda_build_config.yaml
index db028cb..086c54e 100644
--- a/conda_build_config.yaml
+++ b/conda_build_config.yaml
@@ -89,12 +89,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2021.07.14
+  - 2021.08.31
 
 # 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:
-  - 2021.07.14
+  - 2021.08.31
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
-- 
GitLab