From 702f79c831a378c430e9e367d5a7c37c7e03b55b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:35:09 +0200 Subject: [PATCH] chore(release/v8.15): release 8.15.3 (#471) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 12 ++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 89629c1b7c..33467409a4 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [8.15.3](https://github.com/equinor/ecalc/compare/v8.15.2...v8.15.3) (2024-05-07) + + +### Bug Fixes + +* ensure regularity is evaluated for all installations when only venting emitters ([#468](https://github.com/equinor/ecalc/issues/468)) ([#469](https://github.com/equinor/ecalc/issues/469)) ([a5ff24e](https://github.com/equinor/ecalc/commit/a5ff24ec6fbe8e0f0ff020c5439160ae16bab730)) + + +### Miscellaneous Chores + +* update README.md ([89c717f](https://github.com/equinor/ecalc/commit/89c717f5218340d0bda40cbe8d0205c4a7b1ba28)) + ## [8.15.2](https://github.com/equinor/ecalc/compare/v8.15.1...v8.15.2) (2024-05-03) diff --git a/pyproject.toml b/pyproject.toml index dec2c71128..8eb10cc050 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.15.2" # x-release-please-version +version = "8.15.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 bbae33be02..596616331f 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.15.2" # x-release-please-version +__version__ = "8.15.3" # x-release-please-version # END DO NOT EDIT