From 9d3ec7fb808abe6936766f20f0b7ff4085ecfd3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 14:35:34 +0200 Subject: [PATCH] chore(release/v8.15): release 8.15.6 (#493) ECALC-1189 ECALC-1190 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 7 +++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index dbead54030..a509021be9 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.15.6](https://github.com/equinor/ecalc/compare/v8.15.5...v8.15.6) (2024-05-22) + + +### Bug Fixes + +* max power from shore values and units ([#492](https://github.com/equinor/ecalc/issues/492)) ([887a698](https://github.com/equinor/ecalc/commit/887a6980844a59b12ec42dc2e7255a3c609eb0a3)) + ## [8.15.5](https://github.com/equinor/ecalc/compare/v8.15.4...v8.15.5) (2024-05-15) diff --git a/pyproject.toml b/pyproject.toml index 3c492e1ff7..3e071672e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "libecalc" # DO_NOT_EDIT: Version number automatically changed in CICD -version = "8.15.5" # x-release-please-version +version = "8.15.6" # x-release-please-version # END_DO_NOT_EDIT description = "eCalcâ„¢ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing." keywords = ["energy", "emission", "scientific", "engineering"] diff --git a/src/libecalc/version.py b/src/libecalc/version.py index f3dae8145f..049d6d68ad 100644 --- a/src/libecalc/version.py +++ b/src/libecalc/version.py @@ -1,7 +1,7 @@ from libecalc.common.version import Version # DO NOT EDIT - replaced in CI with release please -__version__ = "8.15.5" # x-release-please-version +__version__ = "8.15.6" # x-release-please-version # END DO NOT EDIT