From 6b8cfc2918117379328e3b56ca945649cb0f4c76 Mon Sep 17 00:00:00 2001 From: Robin Wimmers Date: Thu, 21 Dec 2023 16:22:49 +0100 Subject: [PATCH] chore(release): version 0.1.2 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- src/pyvibracore/_version.py | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efae55a..2cea4ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2023-12-21 + +### Bug Fixes + +- *(plot)* Update color of the input building settings figure +- *(notebook)* Add arguments to call endpoint method +- Use get methode to obtain data + +### Refactor + +- Move measurement_type parameter +- Move measurement_type and methode_safety_factor + +### Documentation + +- Add docstring sound calculation +- Add function reference and user guide + ## [0.1.1] - 2023-11-14 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4bf9666..bd93bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py-vibracore" -version = "0.1.1" +version = "0.1.2" description = "Public python SDK for the CEMS VibraCore web-API." requires-python = ">=3.9" dependencies = [ diff --git a/src/pyvibracore/_version.py b/src/pyvibracore/_version.py index 485f44a..b3f4756 100644 --- a/src/pyvibracore/_version.py +++ b/src/pyvibracore/_version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"