From 5059930f8333c7f55366d0028d247695a0830389 Mon Sep 17 00:00:00 2001 From: lrdossan Date: Tue, 12 Nov 2024 15:44:51 +0000 Subject: [PATCH] updated version --- CHANGELOG.md | 8 ++++++++ caimira/docs/mkdocs/docs/code_documentation/rest_api.md | 2 -- caimira/pyproject.toml | 2 +- cern_caimira/pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5d45b1..393f6249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 4.17.5 (November 12, 2024) + +## Features Added +- Mkdocs documentation + +## Bug Fixes +- N/A + # 4.17.4 (November 05, 2024) ## Features Added diff --git a/caimira/docs/mkdocs/docs/code_documentation/rest_api.md b/caimira/docs/mkdocs/docs/code_documentation/rest_api.md index 6523f719..295daa0c 100644 --- a/caimira/docs/mkdocs/docs/code_documentation/rest_api.md +++ b/caimira/docs/mkdocs/docs/code_documentation/rest_api.md @@ -2,8 +2,6 @@ The API enables third-party applications to interact with the CAiMIRA [backend](https://gitlab.cern.ch/caimira/caimira), making integration easier and more flexible. This page covers the CAiMIRA [package structure](#directory-layout-key-components), [API usage](#rest-api-overview), [deployment processes](#deployment-process), including versioning guidelines. -## Summary - ## Package Overview With the implementation of the REST API, the CAiMIRA repository now consists of two distinct Python packages: diff --git a/caimira/pyproject.toml b/caimira/pyproject.toml index 64f56d76..e1188fd6 100644 --- a/caimira/pyproject.toml +++ b/caimira/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "caimira" -version = "4.17.4" +version = "4.17.5" description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment" license = { text = "Apache-2.0" } authors = [ diff --git a/cern_caimira/pyproject.toml b/cern_caimira/pyproject.toml index 7c6ddc4e..ecb8c8da 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.4" +version = "4.17.5" description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment" license = { text = "Apache-2.0" } authors = [