Skip to content

Commit 500c525

Browse files
authored
Prepare 2.4 release (#324)
Release notes This release starts publishing test results as a GitHub artifact so tuf-conformance project can collect the results into a report: https://theupdateframework.github.io/tuf-conformance/ Users are adviced to schedule a weekly run of tuf-conformance to ensure that up-to-date results are available for the report. * Publish the test results as GitHub artifact (#321) * Add missing test for snapshot hashes (#306) * Dependency updates Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 68e81e9 commit 500c525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf_conformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
__version__ = "2.3.0"
3+
__version__ = "2.4.0"
44

55
# register pytest asserts before the imports happen in conftest.py
66
pytest.register_assert_rewrite("tuf_conformance._internal.client_runner")

0 commit comments

Comments
 (0)