From a042eb47de9ff12e4eede0ba944089a63ab7ba6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:43:19 +0100 Subject: [PATCH] chore(main): release 9.4.0 (#747) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/docs/changelog/changelog.md | 15 +++++++++++++++ pyproject.toml | 2 +- src/libecalc/version.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index ee05eac34..01a42b53c 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,20 @@ # Changelog +## [9.4.0](https://github.com/equinor/ecalc/compare/v9.3.0...v9.4.0) (2025-01-06) + + +### Documentation + +* update v9.2 and v9.2 changelogs ([ed27c0a](https://github.com/equinor/ecalc/commit/ed27c0aa3ff15a11f2b15193f073d4fdb9753eb8)) + + +### Miscellaneous Chores + +* auto-generated by devcalc ([#751](https://github.com/equinor/ecalc/issues/751)) ([848d2c5](https://github.com/equinor/ecalc/commit/848d2c5eeed413bd86d67f10ea06be3bf5b5a5f3)) +* specify poetry version in ci ([#753](https://github.com/equinor/ecalc/issues/753)) ([0a32320](https://github.com/equinor/ecalc/commit/0a32320e711d1909e18c1b881e5e7dacf1a7d712)) +* upgrade dependencies for week 02. Auto-generated by devCalc ([#752](https://github.com/equinor/ecalc/issues/752)) ([aa75ca4](https://github.com/equinor/ecalc/commit/aa75ca47e7887850c3e465b0180f8e1cf5bc5850)) +* upgrade numpy version and set a numpy depr. warning to not error ([#750](https://github.com/equinor/ecalc/issues/750)) ([ac999db](https://github.com/equinor/ecalc/commit/ac999db0240efc7cb26ebf6f017991b635d8f82c)) + ## [9.3.0](https://github.com/equinor/ecalc/compare/v9.2.0...v9.3.0) (2024-12-19) diff --git a/pyproject.toml b/pyproject.toml index 0917ba235..16b30466d 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.3.0" # x-release-please-version +version = "9.4.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 8965f64f3..7c14c2653 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.3.0" # x-release-please-version +__version__ = "9.4.0" # x-release-please-version # END DO NOT EDIT