From 96b04d1952f13fb1d67c57c616dd5e3d9107be85 Mon Sep 17 00:00:00 2001 From: Luigi Pellecchia Date: Fri, 13 Sep 2024 13:11:14 +0200 Subject: [PATCH] Update changelog and version in pyproject --- changelog.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5b60a37..3d58993 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,7 @@ - Avoid to increate the api version on case of last_coverage (field used as cached coverage value) changes - Fix warning of Document work items - Fix document link +- Fix Dockerfile-api to init tmt to configure test execution framework ## 1.3.x diff --git a/pyproject.toml b/pyproject.toml index 4ceef07..6493bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "BASIL" -version = "1.4.5" +version = "1.4.6" description = "open source software quality management tool" authors = [ {name = "Luigi Pellecchia", email = "lpellecc@redhat.com"},