Skip to content

Commit

Permalink
chore(main): release 9.8.0 (#767)
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 28, 2025
1 parent 7bf8518 commit a4bd0fc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [9.8.0](https://github.com/equinor/ecalc/compare/v9.7.0...v9.8.0) (2025-01-28)


### Bug Fixes

* **cli:** include timesteps in json ([f44516c](https://github.com/equinor/ecalc/commit/f44516c643db39b48eacf925ceb1937851b5b505))
* issue with list when np array is expected ([53323f9](https://github.com/equinor/ecalc/commit/53323f918b418ece47b4642d9845f92513cfa096))


### Documentation

* add missing migration guide change ([#768](https://github.com/equinor/ecalc/issues/768)) ([5122564](https://github.com/equinor/ecalc/commit/51225645cbcff1c9348fb377db0c1e1d893ddd7e))
* fix erroneous markdown syntax ([#769](https://github.com/equinor/ecalc/issues/769)) ([4a1bc41](https://github.com/equinor/ecalc/commit/4a1bc412df09444dc2be56d9ced1d748f5195f3d))
* migration guide ecalc 9.6 ([#766](https://github.com/equinor/ecalc/issues/766)) ([ebd27e7](https://github.com/equinor/ecalc/commit/ebd27e7059a8578e901d2bd19e49cf45ae92efda))
* update generic workflow in docs ([#420](https://github.com/equinor/ecalc/issues/420)) ([a083839](https://github.com/equinor/ecalc/commit/a0838393ea3faec3dd2f1e1707480106330c0583))


### Miscellaneous Chores

* upgrade dependencies for week 04. Auto-generated by devCalc ([#774](https://github.com/equinor/ecalc/issues/774)) ([646e509](https://github.com/equinor/ecalc/commit/646e509bbe8e7671e2648d1f50d591ca74bea312))
* upgrade dependencies for week 05. Auto-generated by devCalc ([7bf8518](https://github.com/equinor/ecalc/commit/7bf8518edf4f824f91d2079e2e008cc0d145c585))

## [9.7.0](https://github.com/equinor/ecalc/compare/v9.6.0...v9.7.0) (2025-01-15)


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 = "9.7.0" # x-release-please-version
version = "9.8.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__ = "9.7.0" # x-release-please-version
__version__ = "9.8.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit a4bd0fc

Please sign in to comment.