From 9741159c651b0aa95abdfe3510f09a9c9bf4ebd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:06:53 +0000 Subject: [PATCH] chore(main): release 8.24.0 --- docs/docs/changelog/changelog.md | 14 ++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 6cc908e87a..0ffb9774be 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,19 @@ # Changelog +## [8.24.0](https://github.com/equinor/ecalc/compare/v8.23.0...v8.24.0) (2024-10-02) + + +### Bug Fixes + +* make sure default pressure control is set for all trains ([b233444](https://github.com/equinor/ecalc/commit/b233444fb1fb0fda5ee835ff4602bdf1eb79ffdc)) + + +### Miscellaneous Chores + +* create variables map protocol for use in core ([#623](https://github.com/equinor/ecalc/issues/623)) ([85ab065](https://github.com/equinor/ecalc/commit/85ab0652a7137d98fa460a1a1d78355035868878)) +* Ecalc-1622 setup devcontainer ([#624](https://github.com/equinor/ecalc/issues/624)) ([a7b7b10](https://github.com/equinor/ecalc/commit/a7b7b1070c76e37dff32b5b87714a706a300f680)) +* update dependencies ([039262a](https://github.com/equinor/ecalc/commit/039262afbeafbdd06f66b8800cb012c7d1cf8084)) + ## [8.23.0](https://github.com/equinor/ecalc/compare/v8.22.0...v8.23.0) (2024-09-26) diff --git a/pyproject.toml b/pyproject.toml index 8e6370337e..6824018dbb 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.23.0" # x-release-please-version +version = "8.24.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 7b1c9b23a1..261d987e0a 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.23.0" # x-release-please-version +__version__ = "8.24.0" # x-release-please-version # END DO NOT EDIT