increased version
This commit is contained in:
parent
61c034c1d6
commit
04fb99848a
4 changed files with 15 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
# 4.17.6 (December 4, 2024)
|
||||
|
||||
## Features Added
|
||||
- Data registry update
|
||||
- REST API adjustments in docs
|
||||
- Release to PyPI
|
||||
|
||||
## Bug Fixes
|
||||
- Corrected user guide and about doc refs
|
||||
- Minor fix in docker pre-built instruction
|
||||
|
||||
# 4.17.5 (November 21, 2024)
|
||||
|
||||
## Features Added
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "caimira"
|
||||
version = "4.17.5"
|
||||
version = "4.17.6"
|
||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||
readme = "README.md"
|
||||
license = { text = "Apache-2.0" }
|
||||
|
|
@ -58,8 +58,8 @@ doc = [
|
|||
[project.urls]
|
||||
Homepage = "https://gitlab.cern.ch/caimira/caimira"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
caimira = ["**/*"]
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--mypy"
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
[tool:pytest]
|
||||
addopts = --mypy
|
||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "cern-caimira"
|
||||
version = "4.17.5"
|
||||
version = "4.17.6"
|
||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||
license = { text = "Apache-2.0" }
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue