Skip to content

Commit

Permalink
Boost schema to 0.6.9 to account for changes to pattern
Browse files Browse the repository at this point in the history
We have them in:

    ❯ git grep 'DANDI\\*:' -- releases/0.6.9
    releases/0.6.9/dandiset.json:      "pattern": "^DANDI\\:\\d{6}$",
    releases/0.6.9/published-dandiset.json:      "pattern": "^DANDI:\\d{6}/\\d+\\.\\d+\\.\\d+",
    releases/0.6.9/published-dandiset.json:      "pattern": "^DANDI\\:\\d{6}$",
  • Loading branch information
yarikoptic committed Feb 24, 2025
1 parent b89b6f2 commit 68d92b2
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.9"
DANDI_SCHEMA_VERSION = "0.6.10"
ALLOWED_INPUT_SCHEMAS = [
"0.4.4",
"0.5.1",
Expand All @@ -12,6 +12,7 @@
"0.6.6",
"0.6.7",
"0.6.8",
"0.6.9",
DANDI_SCHEMA_VERSION,
]

Expand Down

0 comments on commit 68d92b2

Please sign in to comment.