Skip to content

Commit f0b7f26

Browse files
committed
Release new schema 0.7.0 for addition of the releaseNotes
Reminder to myself: we run checks on no changes to schema only on PRs with "release" tag. Thus we did not run checks when we actually adjusted the schema in #185 by @bendichter. Then I rushed merging #341 as I was not expecting surprises from adjusting labels (forgot about above). The moral again, do not rush merging - let CI finish! ;)
1 parent 8dff37f commit f0b7f26

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)