From f5f864316feff1668d4547189e41834793cac781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:07:37 +0100 Subject: [PATCH] chore(main): release 9.11.0 (#783) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 9c91b227e1..5a37719401 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,24 @@ # Changelog +## [9.11.0](https://github.com/equinor/ecalc/compare/v9.10.0...v9.11.0) (2025-02-14) + + +### Documentation + +* explain how ecalc handles time ([#639](https://github.com/equinor/ecalc/issues/639)) ([3460d7e](https://github.com/equinor/ecalc/commit/3460d7e4bb812eea3463474e7d217dacd48106e1)) + + +### Miscellaneous Chores + +* move expression evaluator to components ([#776](https://github.com/equinor/ecalc/issues/776)) ([24ca8bf](https://github.com/equinor/ecalc/commit/24ca8bfd7bdbe664bad44b7691e9b45187cccfdf)) +* upgrade dependencies for week 07. Auto-generated by devCalc ([#786](https://github.com/equinor/ecalc/issues/786)) ([fccc33a](https://github.com/equinor/ecalc/commit/fccc33afb79e74f7638f334539f1ec0df1835148)) + + +### Code Refactoring + +* move energy from application to domain ([#784](https://github.com/equinor/ecalc/issues/784)) ([20408c9](https://github.com/equinor/ecalc/commit/20408c91e053ca53f6f46ce0facc05dcd8942ade)) +* store results in fuel and electricity components ([#785](https://github.com/equinor/ecalc/issues/785)) ([6e8d1a3](https://github.com/equinor/ecalc/commit/6e8d1a33c94dd99048bf012452f64443681c6b19)) + ## [9.10.0](https://github.com/equinor/ecalc/compare/v9.9.0...v9.10.0) (2025-02-03) diff --git a/pyproject.toml b/pyproject.toml index 64ce7860ba..63f36612c5 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.10.0" # x-release-please-version +version = "9.11.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 35e5e07e04..dc6593c45e 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.10.0" # x-release-please-version +__version__ = "9.11.0" # x-release-please-version # END DO NOT EDIT