Skip to content

Commit

Permalink
chore(main): release 9.11.0 (#783)
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 Feb 14, 2025
1 parent fccc33a commit f5f8643
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [9.11.0](https://github.com/equinor/ecalc/compare/v9.10.0...v9.11.0) (2025-02-14)


### Documentation

* explain how ecalc handles time ([#639](https://github.com/equinor/ecalc/issues/639)) ([3460d7e](https://github.com/equinor/ecalc/commit/3460d7e4bb812eea3463474e7d217dacd48106e1))


### Miscellaneous Chores

* move expression evaluator to components ([#776](https://github.com/equinor/ecalc/issues/776)) ([24ca8bf](https://github.com/equinor/ecalc/commit/24ca8bfd7bdbe664bad44b7691e9b45187cccfdf))
* upgrade dependencies for week 07. Auto-generated by devCalc ([#786](https://github.com/equinor/ecalc/issues/786)) ([fccc33a](https://github.com/equinor/ecalc/commit/fccc33afb79e74f7638f334539f1ec0df1835148))


### Code Refactoring

* move energy from application to domain ([#784](https://github.com/equinor/ecalc/issues/784)) ([20408c9](https://github.com/equinor/ecalc/commit/20408c91e053ca53f6f46ce0facc05dcd8942ade))
* store results in fuel and electricity components ([#785](https://github.com/equinor/ecalc/issues/785)) ([6e8d1a3](https://github.com/equinor/ecalc/commit/6e8d1a33c94dd99048bf012452f64443681c6b19))

## [9.10.0](https://github.com/equinor/ecalc/compare/v9.9.0...v9.10.0) (2025-02-03)


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.10.0" # x-release-please-version
version = "9.11.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.10.0" # x-release-please-version
__version__ = "9.11.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit f5f8643

Please sign in to comment.