diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 01a42b53c..05a843ddc 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [9.5.0](https://github.com/equinor/ecalc/compare/v9.4.0...v9.5.0) (2025-01-10) + + +### Miscellaneous Chores + +* increase memory available to neqsim ([#756](https://github.com/equinor/ecalc/issues/756)) ([fd2ee64](https://github.com/equinor/ecalc/commit/fd2ee640818ce2e79c3145944a24ae7c91a5ea86)) + ## [9.4.0](https://github.com/equinor/ecalc/compare/v9.3.0...v9.4.0) (2025-01-06) diff --git a/pyproject.toml b/pyproject.toml index 16b30466d..b60ef64ec 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.4.0" # x-release-please-version +version = "9.5.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 7c14c2653..456182809 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.4.0" # x-release-please-version +__version__ = "9.5.0" # x-release-please-version # END DO NOT EDIT