diff --git a/docs/docs/changelog/changelog.md b/docs/docs/changelog/changelog.md index c3cb47d6cf..aa295c15e2 100644 --- a/docs/docs/changelog/changelog.md +++ b/docs/docs/changelog/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [8.20.7](https://github.com/equinor/ecalc/compare/v8.20.6...v8.20.7) (2024-10-18) + + +### Miscellaneous Chores + +* update deps week 45 lts version ([#650](https://github.com/equinor/ecalc/issues/650)) ([9fe143f](https://github.com/equinor/ecalc/commit/9fe143f62fe354b4c8619819a107ec8a0e898583)) + ## [8.20.6](https://github.com/equinor/ecalc/compare/v8.20.5...v8.20.6) (2024-09-26) diff --git a/pyproject.toml b/pyproject.toml index 8c72d9c9ee..2ff7082443 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.20.6" # x-release-please-version +version = "8.20.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 24d90e2c68..4551a8cbf6 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.20.6" # x-release-please-version +__version__ = "8.20.7" # x-release-please-version # END DO NOT EDIT