From 9aa661bcdc2f84ef165806174c75881117c8e21e Mon Sep 17 00:00:00 2001 From: lrdossan Date: Mon, 16 Dec 2024 09:06:04 +0100 Subject: [PATCH 1/2] Bugfix in README href --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce160e3c..55ccbb33 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ Developed by CERN's HSE, Beams, and IT departments, in collaboration with WHO. © Copyright 2020 CERN. All rights not expressly granted are reserved.
Licensed under the Apache License, Version 2.0 -See the full [license](caimira/LICENSE) for details. +See the full [license](https://gitlab.cern.ch/caimira/caimira/-/blob/master/caimira/LICENSE) for details. From 356dfca1df39f2313a71aa8ede84f4a718c0355d Mon Sep 17 00:00:00 2001 From: lrdossan Date: Mon, 10 Feb 2025 11:44:49 +0100 Subject: [PATCH 2/2] updated version --- CHANGELOG.md | 10 ++++++++++ caimira/pyproject.toml | 2 +- cern_caimira/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de89c0f..a912ef08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 4.17.7 (December 4, 2024) + +## Features Added +- Added new route for the suggested ventilation transition times +- Small updates on routes' nomenclatures +- Updated documentation + +## Bug Fixes +- Wrong URL in README (related to CAiMIRA reference) + # 4.17.6 (December 4, 2024) ## Features Added diff --git a/caimira/pyproject.toml b/caimira/pyproject.toml index 122d38aa..7fdcde16 100644 --- a/caimira/pyproject.toml +++ b/caimira/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "caimira" -version = "4.17.6" +version = "4.17.7" description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment" readme = "README.md" license = { text = "Apache-2.0" } diff --git a/cern_caimira/pyproject.toml b/cern_caimira/pyproject.toml index e88fcfc4..a7bf94f1 100644 --- a/cern_caimira/pyproject.toml +++ b/cern_caimira/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cern-caimira" -version = "4.17.6" +version = "4.17.7" description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment" license = { text = "Apache-2.0" } authors = [