Skip to content

Commit

Permalink
chore(main): release 8.9.0 (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 11, 2024
1 parent b183db7 commit 06f0425
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [8.9.0](https://github.com/equinor/ecalc/compare/v8.8.0...v8.9.0) (2024-01-11)


### Bug Fixes

* don't run pdoc on application module ([abbb704](https://github.com/equinor/ecalc/commit/abbb704d00def3149db3ae9d6e0e8932f655c740))


### Documentation

* maximum pressure ratio per stage in docs ([#338](https://github.com/equinor/ecalc/issues/338)) ([261749f](https://github.com/equinor/ecalc/commit/261749f34c3e1955ac9d66d6b33f63bef431f984))
* remove docstring for number of compressors ([#339](https://github.com/equinor/ecalc/issues/339)) ([be148ba](https://github.com/equinor/ecalc/commit/be148baea2312778df4d9b5b373cb4044d8b9e1d))
* update migration guide economics ([#335](https://github.com/equinor/ecalc/issues/335)) ([c4b50d6](https://github.com/equinor/ecalc/commit/c4b50d6243acd52b5cc9deb80cdc94b061776417))


### Miscellaneous Chores

* upgrade deps ([#343](https://github.com/equinor/ecalc/issues/343)) ([b183db7](https://github.com/equinor/ecalc/commit/b183db7864e62cd83fa2c3622ee66d60f78cedfd))


### Code Refactoring

* move energy calculator to application ([78b601f](https://github.com/equinor/ecalc/commit/78b601ffb6f34d577ce214c8e01a0f40a0f627fe))
* move graph results ([b44f8c8](https://github.com/equinor/ecalc/commit/b44f8c8b28ca15f085c25de4574cad8958e0c813))
* rename file ([59be317](https://github.com/equinor/ecalc/commit/59be31741903845388068cfbadc23b39cb48b35b))

## [8.8.0](https://github.com/equinor/ecalc/compare/v8.7.0...v8.8.0) (2023-12-27)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "libecalc"
# DO_NOT_EDIT: Version number automatically changed in CICD
version = "8.8.0" # x-release-please-version
version = "8.9.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"]
Expand Down
2 changes: 1 addition & 1 deletion src/libecalc/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from libecalc.common.version import Version

# DO NOT EDIT - replaced in CI with release please
__version__ = "8.8.0" # x-release-please-version
__version__ = "8.9.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit 06f0425

Please sign in to comment.