From 09e50e17db87321ccfad6c6c8fd5c40a3814ae37 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Tue, 30 Jan 2024 10:50:06 -0800 Subject: [PATCH] Bump DANDI_SCHEMA_VERSION version to "0.6.6" The JSON schemata for `Dandiset` and `PublishedDandiset` now contain the additional key of "additionalProperties" with the value of "true" --- dandischema/consts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dandischema/consts.py b/dandischema/consts.py index 802cb9f..88c42d2 100644 --- a/dandischema/consts.py +++ b/dandischema/consts.py @@ -1,4 +1,4 @@ -DANDI_SCHEMA_VERSION = "0.6.5" +DANDI_SCHEMA_VERSION = "0.6.6" ALLOWED_INPUT_SCHEMAS = [ "0.4.4", "0.5.1", @@ -8,6 +8,7 @@ "0.6.2", "0.6.3", "0.6.4", + "0.6.5", ] # ATM we allow only for a single target version which is current