Skip to content

Commit 2e6a51d

Browse files
authored
Merge pull request #344 from dandi/release-schema-only
Release new schema 0.7.0 for addition of the releaseNotes
2 parents 8087312 + f0b7f26 commit 2e6a51d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dandischema/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from packaging.version import Version as _Version
22

3-
DANDI_SCHEMA_VERSION = "0.6.10"
3+
DANDI_SCHEMA_VERSION = "0.7.0"
44
ALLOWED_INPUT_SCHEMAS = [
55
"0.4.4",
66
"0.5.1",
@@ -15,6 +15,7 @@
1515
"0.6.7",
1616
"0.6.8",
1717
"0.6.9",
18+
"0.6.10",
1819
DANDI_SCHEMA_VERSION,
1920
]
2021

0 commit comments

Comments
 (0)