From 2ec87e3a4e19bb2f03759fdae2e8b33a1f17526a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:45:00 +0200 Subject: [PATCH] chore(release/v8.20): release 8.20.1 (#578) 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 f58ebdebf3..4a59dc2adc 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.20.1](https://github.com/equinor/ecalc/compare/v8.20.0...v8.20.1) (2024-08-26) + + +### Miscellaneous Chores + +* make sure that pressure calculation tolerances are the same at different places in the code ([#577](https://github.com/equinor/ecalc/issues/577)) ([55bf4fc](https://github.com/equinor/ecalc/commit/55bf4fc4a1bfe796f45714315c361b3e7af5d51c)) + ## [8.20.0](https://github.com/equinor/ecalc/compare/v8.19.0...v8.20.0) (2024-08-07) diff --git a/pyproject.toml b/pyproject.toml index 67841cfb32..8a6ce37907 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.20.0" # x-release-please-version +version = "8.20.1" # 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 92891402b4..e70d331561 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.20.0" # x-release-please-version +__version__ = "8.20.1" # x-release-please-version # END DO NOT EDIT