Skip to content

Commit

Permalink
chore(main): release 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and TeeeJay committed Apr 19, 2024
1 parent 1f9e00b commit b8c6085
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.15.0](https://github.com/equinor/ecalc/compare/v8.14.0...v8.15.0) (2024-04-19)


### Bug Fixes

* add volume query for venting emitters oil type ([8cca29a](https://github.com/equinor/ecalc/commit/8cca29a3ec49ba16915ea86ce8c030f879750242))


### Miscellaneous Chores

* check that the emitter type is oil_volume ([1f9e00b](https://github.com/equinor/ecalc/commit/1f9e00b8f6504832f785be3dbda7eeedc15bbab7))

## [8.14.0](https://github.com/equinor/ecalc/compare/v8.13.0...v8.14.0) (2024-04-18)


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.14.0" # x-release-please-version
version = "8.15.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.14.0" # x-release-please-version
__version__ = "8.15.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit b8c6085

Please sign in to comment.