From 2f7d585d26d17427934c96ae7d20120c604aa5c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:03:46 +0200 Subject: [PATCH] chore(release/v8.2): release 8.2.9 --- docs/docs/changelog/changelog.md | 7 +++++++ pyproject.toml | 2 +- src/ecalc/libraries/libecalc/common/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 1af68512e3..7bf3051ecd 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.2.9](https://github.com/equinor/ecalc/compare/v8.2.8...v8.2.9) (2023-06-27) + + +### Miscellaneous Chores + +* update dependencies to be aligned with external requirements ([c84f0b9](https://github.com/equinor/ecalc/commit/c84f0b96b4f8e1bc92ef1f4e6d24183d98bd1f00)) + ## [8.2.8](https://github.com/equinor/ecalc/compare/v8.2.7...v8.2.8) (2023-06-27) diff --git a/pyproject.toml b/pyproject.toml index d472574d58..a0c08a552a 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.2.8" # x-release-please-version +version = "8.2.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/ecalc/libraries/libecalc/common/libecalc/version.py b/src/ecalc/libraries/libecalc/common/libecalc/version.py index b016fab00d..fdab547d4f 100644 --- a/src/ecalc/libraries/libecalc/common/libecalc/version.py +++ b/src/ecalc/libraries/libecalc/common/libecalc/version.py @@ -1,7 +1,7 @@ from libecalc.common.version import Version # DO NOT EDIT - replaced in CI -__version__ = "8.2.8" # x-release-please-version +__version__ = "8.2.9" # x-release-please-version # END DO NOT EDIT