diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index 600ce1ee98..f58ebdebf3 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [8.20.0](https://github.com/equinor/ecalc/compare/v8.19.0...v8.20.0) (2024-08-07) + + +### Bug Fixes + +* read requested pressures in compressor system ([#557](https://github.com/equinor/ecalc/issues/557)) ([8117014](https://github.com/equinor/ecalc/commit/811701428d1927b00480519ee7e3273de84753ce)) + + +### Miscellaneous Chores + +* update deps ([#560](https://github.com/equinor/ecalc/issues/560)) ([6035a1d](https://github.com/equinor/ecalc/commit/6035a1df1b8472731f62a1eb1dde36918ddcf4b8)) + ## [8.19.0](https://github.com/equinor/ecalc/compare/v8.18.1...v8.19.0) (2024-07-31) diff --git a/pyproject.toml b/pyproject.toml index 5474e7be31..67841cfb32 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.19.0" # x-release-please-version +version = "8.20.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 d94f27c6ca..92891402b4 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.19.0" # x-release-please-version +__version__ = "8.20.0" # x-release-please-version # END DO NOT EDIT