Skip to content

Commit

Permalink
chore(release): version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vasconez committed Oct 1, 2024
1 parent fe7c0db commit a5a0ca2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/pypilecore/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__version__ = version("py-pilecore")
# during CI
except PackageNotFoundError:
__version__ = "0.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion tests/openapi/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a5a0ca2

Please sign in to comment.