Skip to content

Commit

Permalink
chore(release/v8.2): release 8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 14, 2023
1 parent 07f3ea3 commit 0c4b9c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.2.6](https://github.com/equinor/ecalc/compare/v8.2.5...v8.2.6) (2023-06-14)


### Bug Fixes

* validate time steps where rate is different from zero, not only when larger than zero ([07f3ea3](https://github.com/equinor/ecalc/commit/07f3ea30df30c8a87e35647750813bc6e4d302a7))

## [8.2.5](https://github.com/equinor/ecalc/compare/v8.2.4...v8.2.5) (2023-06-14)


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.2.5" # x-release-please-version
version = "8.2.6" # 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/ecalc/libraries/libecalc/common/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
__version__ = "8.2.5" # x-release-please-version
__version__ = "8.2.6" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit 0c4b9c2

Please sign in to comment.