From 0d2f6951a77b81064ddde2e4e98e3e3da5c4d1f7 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 9 Mar 2022 09:54:15 +0000 Subject: [PATCH] Remove redundant comment about version The version is no longer duplicated in setup.cfg (since 5155ba74), so remove redundant TODO suggesting folks update in two places. Co-authored-by: Ofek Lev Signed-off-by: Joshua Lock --- tuf/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tuf/__init__.py b/tuf/__init__.py index 065e8c2c..322d3165 100755 --- a/tuf/__init__.py +++ b/tuf/__init__.py @@ -5,7 +5,4 @@ """ # This value is used in the requests user agent. -# setup.cfg has it hard-coded separately. -# Currently, when the version is changed, it must be set in both locations. -# TODO: Single-source the version number. __version__ = "1.0.0"