From 9f2aa1aa97af7ee5477631d831174402c7e97ab0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:17:10 +0200 Subject: [PATCH] chore(main): release 8.26.0 (#645) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 70e62b8844..a4d30fe021 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,27 @@ # Changelog +## [8.26.0](https://github.com/equinor/ecalc/compare/v8.25.0...v8.26.0) (2024-10-16) + + +### Bug Fixes + +* remove emission intensities ([#637](https://github.com/equinor/ecalc/issues/637)) ([fb2b638](https://github.com/equinor/ecalc/commit/fb2b638de4b80c45cdf1ce454b6d00d4b7f1ec22)) + + +### Miscellaneous Chores + +* update deps week 45 ([#649](https://github.com/equinor/ecalc/issues/649)) ([f895c8d](https://github.com/equinor/ecalc/commit/f895c8d57d362c2d7507044c2f05ec368f9017f9)) + + +### Code Refactoring + +* exporter queries ([8d35f85](https://github.com/equinor/ecalc/commit/8d35f852d33772c9dee3a742824c385c5c963bb8)) + + +### Tests + +* use column id instead of index ([2760c05](https://github.com/equinor/ecalc/commit/2760c055627fef88336cf87f78fa0478da53940c)) + ## [8.25.0](https://github.com/equinor/ecalc/compare/v8.24.0...v8.25.0) (2024-10-10) diff --git a/pyproject.toml b/pyproject.toml index 8c497e069b..fbea3e5cb0 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.25.0" # x-release-please-version +version = "8.26.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 1d92fe2330..aca5cf6422 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.25.0" # x-release-please-version +__version__ = "8.26.0" # x-release-please-version # END DO NOT EDIT