Skip to content

Commit 9c5c5f7

Browse files
committed
Update supported spec version
Signed-off-by: Marina Moore <mnm678@gmail.com>
1 parent c2087b3 commit 9c5c5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuf/api/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# We aim to support SPECIFICATION_VERSION and require the input metadata
7777
# files to have the same major version (the first number) as ours.
78-
SPECIFICATION_VERSION = ["1", "0", "28"]
78+
SPECIFICATION_VERSION = ["1", "0", "29"]
7979
TOP_LEVEL_ROLE_NAMES = {_ROOT, _TIMESTAMP, _SNAPSHOT, _TARGETS}
8080

8181
# T is a Generic type constraint for Metadata.signed

0 commit comments

Comments
 (0)