We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2087b3 commit 9c5c5f7Copy full SHA for 9c5c5f7
1 file changed
tuf/api/metadata.py
@@ -75,7 +75,7 @@
75
76
# We aim to support SPECIFICATION_VERSION and require the input metadata
77
# files to have the same major version (the first number) as ours.
78
-SPECIFICATION_VERSION = ["1", "0", "28"]
+SPECIFICATION_VERSION = ["1", "0", "29"]
79
TOP_LEVEL_ROLE_NAMES = {_ROOT, _TIMESTAMP, _SNAPSHOT, _TARGETS}
80
81
# T is a Generic type constraint for Metadata.signed
0 commit comments