We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5264d commit b07b2ecCopy full SHA for b07b2ec
dandischema/consts.py
@@ -1,6 +1,6 @@
1
from packaging.version import Version as _Version
2
3
-DANDI_SCHEMA_VERSION = "0.8.0"
+DANDI_SCHEMA_VERSION = "0.7.1"
4
ALLOWED_INPUT_SCHEMAS = [
5
"0.4.4",
6
"0.5.1",
dandischema/metadata.py
@@ -457,7 +457,7 @@ def migrate(
457
SIMPLE_DOWNGRADES = [
458
# version added, fields to remove
459
("0.7.0", ["releaseNotes"]),
460
- ("0.8.0", ["sameAs"]),
+ ("0.7.1", ["sameAs"]),
461
]
462
for ver_added, fields in SIMPLE_DOWNGRADES:
463
# additional guards are via ALLOWED_TARGET_SCHEMAS
0 commit comments