mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2035 from MVrachev/bump-spec-version
Bump supported spec version to 1.0.30
This commit is contained in:
commit
b68df2ba65
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
# We aim to support SPECIFICATION_VERSION and require the input metadata
|
||||
# files to have the same major version (the first number) as ours.
|
||||
SPECIFICATION_VERSION = ["1", "0", "29"]
|
||||
SPECIFICATION_VERSION = ["1", "0", "30"]
|
||||
TOP_LEVEL_ROLE_NAMES = {_ROOT, _TIMESTAMP, _SNAPSHOT, _TARGETS}
|
||||
|
||||
# T is a Generic type constraint for Metadata.signed
|
||||
|
|
|
|||
Loading…
Reference in a new issue