diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0c313..e543e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.7.1] - 2024-10-01 + +### Bug Fixes + +- *(viewer_results)* Fix error of not finding color for NaN results for ViewerCptResultsPlanView + +### Miscellaneous Tasks + +- *(cleanup)* Remove unused file + ## [0.7.0] - 2024-09-25 ### Features diff --git a/pyproject.toml b/pyproject.toml index 8170a80..90d84a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py-pilecore" -version = "0.7.0" +version = "0.7.1" description = "Public python SDK for the CEMS PileCore web-API." requires-python = ">=3.9" dependencies = [ diff --git a/src/pypilecore/_version.py b/src/pypilecore/_version.py index d3857fb..5c0d262 100644 --- a/src/pypilecore/_version.py +++ b/src/pypilecore/_version.py @@ -4,4 +4,4 @@ __version__ = version("py-pilecore") # during CI except PackageNotFoundError: - __version__ = "0.7.0" + __version__ = "0.7.1" diff --git a/tests/openapi/openapi.yaml b/tests/openapi/openapi.yaml index 8bef35f..2ae6c7f 100644 --- a/tests/openapi/openapi.yaml +++ b/tests/openapi/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: PileCore - version: 0.7.0 + version: 0.7.1 description: >- PileCore aims to give you the full pile calculation utilities without an engineer in the loop. This means that calculations must be able to run from