Skip to content

Commit ba911e0

Browse files
author
Jussi Kukkonen
authored
Merge pull request #1825 from MVrachev/specification-version
Update supported specification version to 1.0.28
2 parents 70c7358 + 99a4d71 commit ba911e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/api/metadata.py

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

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

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

0 commit comments

Comments
 (0)