From e8d25dd5649b3a2121b8b868ceec8a78be2000c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:03:00 +0100 Subject: [PATCH] chore(release/v8.20): release 8.20.8 (#699) 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 aa295c15e2..cd6b961357 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.20.8](https://github.com/equinor/ecalc/compare/v8.20.7...v8.20.8) (2024-11-14) + + +### Miscellaneous Chores + +* update deps week 46 ([#698](https://github.com/equinor/ecalc/issues/698)) ([ff50fcb](https://github.com/equinor/ecalc/commit/ff50fcb1c71f1d6f62ff0623d50b5d3947eaff73)) + ## [8.20.7](https://github.com/equinor/ecalc/compare/v8.20.6...v8.20.7) (2024-10-18) diff --git a/pyproject.toml b/pyproject.toml index 2ff7082443..564570ad53 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.7" # x-release-please-version +version = "8.20.8" # 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 4551a8cbf6..7f892aec24 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.7" # x-release-please-version +__version__ = "8.20.8" # x-release-please-version # END DO NOT EDIT