Skip to content

Commit b07b2ec

Browse files
committed
Aim to release as schema 0.7.1
1 parent eb5264d commit b07b2ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dandischema/consts.py

Lines changed: 1 addition & 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.8.0"
3+
DANDI_SCHEMA_VERSION = "0.7.1"
44
ALLOWED_INPUT_SCHEMAS = [
55
"0.4.4",
66
"0.5.1",

dandischema/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def migrate(
457457
SIMPLE_DOWNGRADES = [
458458
# version added, fields to remove
459459
("0.7.0", ["releaseNotes"]),
460-
("0.8.0", ["sameAs"]),
460+
("0.7.1", ["sameAs"]),
461461
]
462462
for ver_added, fields in SIMPLE_DOWNGRADES:
463463
# additional guards are via ALLOWED_TARGET_SCHEMAS

0 commit comments

Comments
 (0)