From 4b69eee05015be1d11ccf8b3df6033685e82c9b6 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Thu, 24 Oct 2024 19:40:57 -0500 Subject: [PATCH] feat: OZI-Project/checkpoint 1.1.0 - build is checkpointed as well Signed-off-by: rjdbcm --- ozi_spec/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi_spec/ci.py b/ozi_spec/ci.py index 3077060..d7f4010 100644 --- a/ozi_spec/ci.py +++ b/ozi_spec/ci.py @@ -39,7 +39,7 @@ class Checkpoint(Default): """Checkpoint suites to run.""" suites: tuple[str, ...] = ('dist', 'lint', 'test') - version: str = '1.0.2' + version: str = '1.1.0' @dataclass(slots=True, frozen=True, eq=True)