From dff4e2995e8a572db04a2c4b4d9d9202aea775f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:31:53 +0200 Subject: [PATCH] chore(main): release 8.14.0 (#437) 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 1cf44dd777..9de049a8b4 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [8.14.0](https://github.com/equinor/ecalc/compare/v8.13.0...v8.14.0) (2024-04-18) + + +### Features + +* new PfS columns ([#429](https://github.com/equinor/ecalc/issues/429)) ([a6b198e](https://github.com/equinor/ecalc/commit/a6b198efa45a6caf7464d2d1dc0d2509d5d76541)) + + +### Miscellaneous Chores + +* update libeCalc deps for 8.14 release ([#436](https://github.com/equinor/ecalc/issues/436)) ([3184a30](https://github.com/equinor/ecalc/commit/3184a30decb1299a3fe80760d81933b43fa5fef0)) + ## [8.13.0](https://github.com/equinor/ecalc/compare/v8.12.0...v8.13.0) (2024-04-15) diff --git a/pyproject.toml b/pyproject.toml index 688243ce21..cec10f0e5f 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.13.0" # x-release-please-version +version = "8.14.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 2f9bc1896a..aae2891cf6 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.13.0" # x-release-please-version +__version__ = "8.14.0" # x-release-please-version # END DO NOT EDIT