Skip to content

Commit

Permalink
chore(main): release 8.26.0 (#645)
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 Oct 18, 2024
1 parent f895c8d commit 9f2aa1a
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

## [8.26.0](https://github.com/equinor/ecalc/compare/v8.25.0...v8.26.0) (2024-10-16)


### Bug Fixes

* remove emission intensities ([#637](https://github.com/equinor/ecalc/issues/637)) ([fb2b638](https://github.com/equinor/ecalc/commit/fb2b638de4b80c45cdf1ce454b6d00d4b7f1ec22))


### Miscellaneous Chores

* update deps week 45 ([#649](https://github.com/equinor/ecalc/issues/649)) ([f895c8d](https://github.com/equinor/ecalc/commit/f895c8d57d362c2d7507044c2f05ec368f9017f9))


### Code Refactoring

* exporter queries ([8d35f85](https://github.com/equinor/ecalc/commit/8d35f852d33772c9dee3a742824c385c5c963bb8))


### Tests

* use column id instead of index ([2760c05](https://github.com/equinor/ecalc/commit/2760c055627fef88336cf87f78fa0478da53940c))

## [8.25.0](https://github.com/equinor/ecalc/compare/v8.24.0...v8.25.0) (2024-10-10)


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.25.0" # x-release-please-version
version = "8.26.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.25.0" # x-release-please-version
__version__ = "8.26.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit 9f2aa1a

Please sign in to comment.