From 447b3ccfbf6f89f7817a4052d2e2956340fc30f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:12:40 +0000 Subject: [PATCH] chore(release/v8.15): release 8.15.1 --- 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 ca444d0ba8..7eeb098754 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.15.1](https://github.com/equinor/ecalc/compare/v8.15.0...v8.15.1) (2024-04-23) + + +### Miscellaneous Chores + +* change volume-unit venting emitters ([#442](https://github.com/equinor/ecalc/issues/442)) ([d25428f](https://github.com/equinor/ecalc/commit/d25428f43a9223b941ac5a9476b4a03b8e3fd653)) + ## [8.15.0](https://github.com/equinor/ecalc/compare/v8.14.0...v8.15.0) (2024-04-19) diff --git a/pyproject.toml b/pyproject.toml index 781a4617ad..ede4f8d3f0 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.0" # x-release-please-version +version = "8.15.1" # 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 7535ba5e4e..8c484735fd 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.0" # x-release-please-version +__version__ = "8.15.1" # x-release-please-version # END DO NOT EDIT