From eb2966116ac8afb1d85fa1bf3219aac605975279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sun, 15 Sep 2024 19:22:17 +0200 Subject: [PATCH] Pre-release 0.6: tests coverage, analyzer, documentation improvements. - add pytest-cov and ensure 100% test coverage - make sure the tests cover all cryptographic exceptions - create test data for all cryptographic issues - split documentation into multiple pages - keep reader key associated with DEK - analyze header packets and data blocks (including DEK index) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1884b84..82f1097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oarepo_c4gh" -version = "0.5" +version = "0.6" authors = [ { name = "Dominik Pantůček", email = "dominik.pantucek@trustica.cz" } ]