Skip to content

Commit

Permalink
chore(release/v8.15): release 8.15.7 (#500)
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 Jun 4, 2024
1 parent 14f6a2a commit e0eb003
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [8.15.7](https://github.com/equinor/ecalc/compare/v8.15.6...v8.15.7) (2024-05-31)


### Miscellaneous Chores

* add support for pandas v2 ([#481](https://github.com/equinor/ecalc/issues/481)) ([eddcdd8](https://github.com/equinor/ecalc/commit/eddcdd8b0a77f753a774c2ea31577705644dc033))
* make sure we support python 3.8 to 3.11 ([#475](https://github.com/equinor/ecalc/issues/475)) ([14f6a2a](https://github.com/equinor/ecalc/commit/14f6a2a1edab817488c82be7706f8bd0772ca493))
* update typer ([d7cfb15](https://github.com/equinor/ecalc/commit/d7cfb15305b0254770029d04162baefda8e8e419)), closes [#483](https://github.com/equinor/ecalc/issues/483)

## [8.15.6](https://github.com/equinor/ecalc/compare/v8.15.5...v8.15.6) (2024-05-22)


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


Expand Down

0 comments on commit e0eb003

Please sign in to comment.