From 507beca7ee9b03a9db4cbf927840f80362ec6710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:04:53 +0000 Subject: [PATCH] chore(main): release 8.17.0 --- 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 28face944f..19ce527282 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [8.17.0](https://github.com/equinor/ecalc/compare/v8.16.0...v8.17.0) (2024-06-04) + + +### Miscellaneous Chores + +* add support to manually create prereleases ([#501](https://github.com/equinor/ecalc/issues/501)) ([6a1afa3](https://github.com/equinor/ecalc/commit/6a1afa3c69865a816264d27f6272e08456ec0661)) +* **docs:** update documentation ([9cf339b](https://github.com/equinor/ecalc/commit/9cf339b6335b7146f44c27a1268f5ac198b850be)) +* fix katex equations ([d19b75e](https://github.com/equinor/ecalc/commit/d19b75e2e929b4984b17540d0bc164a1d7222799)) +* improve error message for missing header in input csv files ([#498](https://github.com/equinor/ecalc/issues/498)) ([b146eb4](https://github.com/equinor/ecalc/commit/b146eb41828475e0e07786ddfd021dd95da6ec01)) +* make prerelease behave differently ([#503](https://github.com/equinor/ecalc/issues/503)) ([f234f8e](https://github.com/equinor/ecalc/commit/f234f8ed9f8f1da26349563bb342e3a8d1bbf239)) +* make prerelease behave differently with input vars ([#504](https://github.com/equinor/ecalc/issues/504)) ([ca27794](https://github.com/equinor/ecalc/commit/ca277940d06bc57e5967cfe2de104a1c20172e3c)) + ## [8.16.0](https://github.com/equinor/ecalc/compare/v8.15.0...v8.16.0) (2024-05-31) diff --git a/pyproject.toml b/pyproject.toml index e81cad7ce2..ab8f2fa68e 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.16.0" # x-release-please-version +version = "8.17.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 69de0be0e7..6d6109ce36 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.16.0" # x-release-please-version +__version__ = "8.17.0" # x-release-please-version # END DO NOT EDIT