From be979d2d4b6594a8cb5342fe9c3878308ff3f556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:17:27 +0000 Subject: [PATCH] chore(release/v8.20): release 8.20.3 --- 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 6b1f3e6648..ea4e5d44c7 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.20.3](https://github.com/equinor/ecalc/compare/v8.20.2...v8.20.3) (2024-09-10) + + +### Miscellaneous Chores + +* upgrade dependencies ([#600](https://github.com/equinor/ecalc/issues/600)) ([c6bad87](https://github.com/equinor/ecalc/commit/c6bad87118ce21b4d6c82afe7509234c39f224ec)) + ## [8.20.2](https://github.com/equinor/ecalc/compare/v8.20.1...v8.20.2) (2024-08-30) diff --git a/pyproject.toml b/pyproject.toml index 75e9e612c5..8fd89b685d 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.2" # x-release-please-version +version = "8.20.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 9b2188cc2b..a10c402e0c 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.2" # x-release-please-version +__version__ = "8.20.3" # x-release-please-version # END DO NOT EDIT