From e0eb003c480aa5824c086dee70d641125535bc94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:48:56 +0200 Subject: [PATCH] chore(release/v8.15): release 8.15.7 (#500) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 9 +++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index a509021be9..7eb2180355 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,14 @@ # Changelog +## [8.15.7](https://github.com/equinor/ecalc/compare/v8.15.6...v8.15.7) (2024-05-31) + + +### Miscellaneous Chores + +* add support for pandas v2 ([#481](https://github.com/equinor/ecalc/issues/481)) ([eddcdd8](https://github.com/equinor/ecalc/commit/eddcdd8b0a77f753a774c2ea31577705644dc033)) +* make sure we support python 3.8 to 3.11 ([#475](https://github.com/equinor/ecalc/issues/475)) ([14f6a2a](https://github.com/equinor/ecalc/commit/14f6a2a1edab817488c82be7706f8bd0772ca493)) +* update typer ([d7cfb15](https://github.com/equinor/ecalc/commit/d7cfb15305b0254770029d04162baefda8e8e419)), closes [#483](https://github.com/equinor/ecalc/issues/483) + ## [8.15.6](https://github.com/equinor/ecalc/compare/v8.15.5...v8.15.6) (2024-05-22) diff --git a/pyproject.toml b/pyproject.toml index 36c82ba758..629ad66982 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.15.6" # x-release-please-version +version = "8.15.7" # 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 049d6d68ad..a8f9d769d3 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.15.6" # x-release-please-version +__version__ = "8.15.7" # x-release-please-version # END DO NOT EDIT