Skip to content

Commit

Permalink
Bump DANDI_SCHEMA_VERSION version to "0.6.6"
Browse files Browse the repository at this point in the history
The JSON schemata for `Dandiset` and
`PublishedDandiset` now contain the additional
key of "additionalProperties" with the value of
"true"
  • Loading branch information
candleindark committed Jan 30, 2024
1 parent 91c91a6 commit 09e50e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dandischema/consts.py
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
Expand Down

0 comments on commit 09e50e1

Please sign in to comment.