From 9e8af2cdad6ddec61504ae639c9b9c3c7af9d772 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:05:00 +0100 Subject: [PATCH] chore(main): release 9.6.0 (#759) 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 05a843ddca..906cc320d3 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [9.6.0](https://github.com/equinor/ecalc/compare/v9.5.0...v9.6.0) (2025-01-10) + + +### Bug Fixes + +* poetry in pipeline ([#760](https://github.com/equinor/ecalc/issues/760)) ([f544f2e](https://github.com/equinor/ecalc/commit/f544f2e041aefc13e4d12346bc3f13e9854ea925)) + + +### Documentation + +* remove reference to internal documents ([#758](https://github.com/equinor/ecalc/issues/758)) ([61c0d2f](https://github.com/equinor/ecalc/commit/61c0d2f490e54a50208d6fd63934b30a5d47af1c)) + ## [9.5.0](https://github.com/equinor/ecalc/compare/v9.4.0...v9.5.0) (2025-01-10) diff --git a/pyproject.toml b/pyproject.toml index b60ef64eca..e87a2065aa 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 = "9.5.0" # x-release-please-version +version = "9.6.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 4561828098..4c6c7c9baf 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__ = "9.5.0" # x-release-please-version +__version__ = "9.6.0" # x-release-please-version # END DO NOT EDIT