From 391328215c8ed14bccda212d6b43f6acc848bd65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:44:17 +0200 Subject: [PATCH] chore(release/v8.4): release 8.4.3 (#228) 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 0b897b9b6d..b2b96a1828 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.4.3](https://github.com/equinor/ecalc/compare/v8.4.2...v8.4.3) (2023-10-04) + + +### Miscellaneous Chores + +* update dependencies ([#227](https://github.com/equinor/ecalc/issues/227)) ([a3f163d](https://github.com/equinor/ecalc/commit/a3f163d75b3523778cc7f866141b324b87d0aadb)) + ## [8.4.2](https://github.com/equinor/ecalc/compare/v8.4.1...v8.4.2) (2023-09-28) diff --git a/pyproject.toml b/pyproject.toml index b9312b2327..2b864abbcb 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.4.2" # x-release-please-version +version = "8.4.3" # 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 0bca16fbcb..7d90f9d8b1 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.4.2" # x-release-please-version +__version__ = "8.4.3" # x-release-please-version # END DO NOT EDIT