Skip to content

Commit

Permalink
chore(main): release 8.20.0 (#561)
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 Aug 7, 2024
1 parent 6035a1d commit c4b1a2d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -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)


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.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"]
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.19.0" # x-release-please-version
__version__ = "8.20.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit c4b1a2d

Please sign in to comment.