From 79a29db0de8d2c6792f8c674dd858130cd6f8cdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:34:42 +0000 Subject: [PATCH] chore(release/v8.20): release 8.20.9 --- 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 cd6b961357..265757481e 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.20.9](https://github.com/equinor/ecalc/compare/v8.20.8...v8.20.9) (2024-12-12) + + +### Miscellaneous Chores + +* upgrade dependencies ([#734](https://github.com/equinor/ecalc/issues/734)) ([ce3458c](https://github.com/equinor/ecalc/commit/ce3458c498f871e10f86e11f8a7a09e4a7baddf4)) + ## [8.20.8](https://github.com/equinor/ecalc/compare/v8.20.7...v8.20.8) (2024-11-14) diff --git a/pyproject.toml b/pyproject.toml index a565a68473..796a3f66e8 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.8" # x-release-please-version +version = "8.20.9" # 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 7f892aec24..6386c15449 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.8" # x-release-please-version +__version__ = "8.20.9" # x-release-please-version # END DO NOT EDIT