From 65aea8ad1a14c76b5e03c8f1fb7a288834358e1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:04:36 +0000 Subject: [PATCH] chore(main): release 10.0.19 --- .release-please-manifest.json | 2 +- docs/docs/changelog/changelog.md | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92ac64e6d3..232869c8ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.18" + ".": "10.0.19" } diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index c48b164e15..207ece3f56 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,33 @@ # Changelog +## [10.0.19](https://github.com/equinor/ecalc/compare/v10.0.18...v10.0.19) (2025-09-01) + + +### Bug Fixes + +* fix build of ecalc with uv/hatchling ([266f8c9](https://github.com/equinor/ecalc/commit/266f8c9db4ae4c93af7e8e364a74e08b1bd396f6)) +* map downstream pressure control from yaml to domain ([#1073](https://github.com/equinor/ecalc/issues/1073)) ([ce67712](https://github.com/equinor/ecalc/commit/ce67712446d0d4c52658b26fdec51df14207feef)) +* pre-commit skip no-commit-to-branch in ci ([#1071](https://github.com/equinor/ecalc/issues/1071)) ([de31554](https://github.com/equinor/ecalc/commit/de3155458b55c54629cd16da7ef2ef162a5da83f)) +* uv lock ([#1070](https://github.com/equinor/ecalc/issues/1070)) ([75e22d9](https://github.com/equinor/ecalc/commit/75e22d9ec110c16ad5230221003eb83d1286ff1b)) + + +### Miscellaneous Chores + +* bump NeqSim version to 3.0.38 ([#1058](https://github.com/equinor/ecalc/issues/1058)) ([c2ac17d](https://github.com/equinor/ecalc/commit/c2ac17dac0d61fd609e38bc2eb9121872fb124f4)) +* uv as package manager ([#926](https://github.com/equinor/ecalc/issues/926)) ([a692815](https://github.com/equinor/ecalc/commit/a692815ebb2eb7578f56a53bc60d3a117d0ff533)) + + +### Code Refactoring + +* remove double mapping pump model ([#1066](https://github.com/equinor/ecalc/issues/1066)) ([f0f5115](https://github.com/equinor/ecalc/commit/f0f511543301da8119106141a979f5d5b5c5e940)) +* simplify consumer function mapping ([261fa48](https://github.com/equinor/ecalc/commit/261fa48b9073b6c85ed96eedbc0a73770cc22666)) +* simplify consumer system with domain time series objects ([#1063](https://github.com/equinor/ecalc/issues/1063)) ([d6f019b](https://github.com/equinor/ecalc/commit/d6f019b82f8d43ed67b7b9dd1f7368fc809c52b0)) + + +### Tests + +* add CABLE_LOSS to power from shore event ([d75f05b](https://github.com/equinor/ecalc/commit/d75f05b7a532312570b747c4b371ba3a8d374f8f)) + ## [10.0.18](https://github.com/equinor/ecalc/compare/v10.0.17...v10.0.18) (2025-08-25) diff --git a/pyproject.toml b/pyproject.toml index 23364644f5..962634b164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "libecalc" -version = "10.0.18" +version = "10.0.19" description = "eCalcâ„¢ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing." authors = [{ name = "eCalc Team", email = "fg_ecalc@equinor.com" }] requires-python = ">=3.11,<3.14" diff --git a/src/libecalc/version.py b/src/libecalc/version.py index 98c30ecb20..c365ed93f0 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__ = "10.0.18" # x-release-please-version +__version__ = "10.0.19" # x-release-please-version # END DO NOT EDIT