From b8c60856851654eca64db5e6df5635631fe40eed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:44:48 +0000 Subject: [PATCH] chore(main): release 8.15.0 --- 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 9de049a8b4..ca444d0ba8 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [8.15.0](https://github.com/equinor/ecalc/compare/v8.14.0...v8.15.0) (2024-04-19) + + +### Bug Fixes + +* add volume query for venting emitters oil type ([8cca29a](https://github.com/equinor/ecalc/commit/8cca29a3ec49ba16915ea86ce8c030f879750242)) + + +### Miscellaneous Chores + +* check that the emitter type is oil_volume ([1f9e00b](https://github.com/equinor/ecalc/commit/1f9e00b8f6504832f785be3dbda7eeedc15bbab7)) + ## [8.14.0](https://github.com/equinor/ecalc/compare/v8.13.0...v8.14.0) (2024-04-18) diff --git a/pyproject.toml b/pyproject.toml index cec10f0e5f..781a4617ad 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.14.0" # x-release-please-version +version = "8.15.0" # 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 aae2891cf6..7535ba5e4e 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.14.0" # x-release-please-version +__version__ = "8.15.0" # x-release-please-version # END DO NOT EDIT