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 = [