From 8a493ff3e5d54694fcc570ec00e0cdfd4eee9fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:24:06 +0100 Subject: [PATCH] chore(main): release 9.9.0 (#779) 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 203f6dc6bd..845feb2421 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [9.9.0](https://github.com/equinor/ecalc/compare/v9.8.0...v9.9.0) (2025-01-30) + + +### Bug Fixes + +* issue when not resolving reference ([9dc1705](https://github.com/equinor/ecalc/commit/9dc170503dd80e3b537fa5015e6f42c9124ab84a)) + + +### Miscellaneous Chores + +* remove unused file ([a61a6ce](https://github.com/equinor/ecalc/commit/a61a6ce0dc0a33168d3cd9b71780a164e43bfdb8)) + ## [9.8.0](https://github.com/equinor/ecalc/compare/v9.7.0...v9.8.0) (2025-01-28) diff --git a/pyproject.toml b/pyproject.toml index efd43570c4..510d59c57f 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.8.0" # x-release-please-version +version = "9.9.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 8e131f310d..4c6054891b 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.8.0" # x-release-please-version +__version__ = "9.9.0" # x-release-please-version # END DO NOT EDIT