Skip to content

Commit 70466ae

Browse files
author
Jussi Kukkonen
committed
__init__.py: Remove unused constant
Metadata API defines a specification version it supports already, and that one is updated to the actual specification version we produce. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
1 parent b678de8 commit 70466ae

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tuf/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@
99
# Currently, when the version is changed, it must be set in both locations.
1010
# TODO: Single-source the version number.
1111
__version__ = "0.20.0"
12-
13-
# This reference implementation produces metadata intended to conform to
14-
# version 1.0.0 of the TUF specification, and is expected to consume metadata
15-
# conforming to version 1.0.0 of the TUF specification.
16-
# All downloaded metadata must be equal to our supported major version of 1.
17-
# For example, "1.4.3" and "1.0.0" are supported. "2.0.0" is not supported.
18-
# See https://github.com/theupdateframework/specification
19-
SPECIFICATION_VERSION = "1.0.0"

0 commit comments

Comments
 (0)