From 83ae0ed087b0c50fd56b3c66eb3f97c9975c2ed3 Mon Sep 17 00:00:00 2001 From: Killian <74175986+killianrochet@users.noreply.github.com> Date: Fri, 23 Jun 2023 15:31:21 +0200 Subject: [PATCH 1/2] Change release version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7e8ba83f..4e379d2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-a.7 +0.0.2 From 24c946472a393b95eda7bd1bafa04ca66278bd55 Mon Sep 17 00:00:00 2001 From: Killian <74175986+killianrochet@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:22:41 +0200 Subject: [PATCH 2/2] Change settings for the new eLabFTW instance and API --- elab_bridge/tests/testfiles_elab/TestProject/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elab_bridge/tests/testfiles_elab/TestProject/project.json b/elab_bridge/tests/testfiles_elab/TestProject/project.json index 6bbe10fc..0fb5b361 100644 --- a/elab_bridge/tests/testfiles_elab/TestProject/project.json +++ b/elab_bridge/tests/testfiles_elab/TestProject/project.json @@ -4,5 +4,5 @@ "customization": "customization.json", "validation": ["general"], "api_token": "ELAB_API_TOKEN", - "api_url": "https://lnc.elab.one/api/v2" + "api_url": "https://int.cle.cnrs.fr/api/v2" } \ No newline at end of file