release: v4.17.8
This commit is contained in:
parent
f17e33de82
commit
d78865ab88
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
|||
# 4.17.8 (March 13, 2025)
|
||||
|
||||
## Bug Fixes
|
||||
- Implemented missing preflight CORS request handling.
|
||||
|
||||
## Other
|
||||
- Changed CO₂ transition times API response to split occupancy
|
||||
and ventilation times. Adapted documentation.
|
||||
|
||||
# 4.17.7 (December 4, 2024)
|
||||
|
||||
## Features Added
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "caimira"
|
||||
version = "4.17.7"
|
||||
version = "4.17.8"
|
||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||
readme = "README.md"
|
||||
license = { text = "Apache-2.0" }
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "cern-caimira"
|
||||
version = "4.17.7"
|
||||
version = "4.17.8"
|
||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||
license = { text = "Apache-2.0" }
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue