Version update
This commit is contained in:
parent
11f90a3b15
commit
bbd1ae094b
3 changed files with 11 additions and 2 deletions
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# 4.17.2 (September 19, 2024)
|
||||||
|
|
||||||
|
## Features Added
|
||||||
|
- Initial commit with changelog file.
|
||||||
|
- New project layout architecture.
|
||||||
|
- Added CAiMIRA REST API features.
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
- Virus and CO2 routes and controllers.
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "caimira"
|
name = "caimira"
|
||||||
version = "4.17.0a2"
|
version = "4.17.2"
|
||||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||||
license = { text = "Apache-2.0" }
|
license = { text = "Apache-2.0" }
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "cern-caimira"
|
name = "cern-caimira"
|
||||||
version = "4.17.1a1"
|
version = "4.17.2"
|
||||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||||
license = { text = "Apache-2.0" }
|
license = { text = "Apache-2.0" }
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue