Skip to content

Commit 46f40b9

Browse files
github-actions[bot]TeeeJay
authored andcommitted
chore(main): release 10.0.10
1 parent 34f4ddc commit 46f40b9

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.9"
2+
".": "10.0.10"
33
}

docs/docs/changelog/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [10.0.10](https://github.com/equinor/ecalc/compare/v10.0.9...v10.0.10) (2025-07-23)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* fix workflow name ([96f644b](https://github.com/equinor/ecalc/commit/96f644b1756ba2f69a0925791b6bd52c00560736))
9+
10+
11+
### Continuous Integration
12+
13+
* fix if statement, as any non true value means false ([aacd035](https://github.com/equinor/ecalc/commit/aacd0351914e5527e14695bc79942beb26fe2571))
14+
* trigger publish via on_workflow_run event ([e6dad6e](https://github.com/equinor/ecalc/commit/e6dad6e97628babe086cd83c3b0a6f4dc2a47bfa))
15+
* use ul and dl artifacts to exchange data betw workflows ([34f4ddc](https://github.com/equinor/ecalc/commit/34f4ddcdea637f3a9d15ef967472d5a373f4f13e))
16+
317
## [10.0.9](https://github.com/equinor/ecalc/compare/v10.0.8...v10.0.9) (2025-07-22)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libecalc"
33
# DO_NOT_EDIT: Version number automatically changed in CICD
4-
version = "10.0.9" # x-release-please-version
4+
version = "10.0.10" # x-release-please-version
55
# END_DO_NOT_EDIT
66
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
77
keywords = ["energy", "emission", "scientific", "engineering"]

src/libecalc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from libecalc.common.version import Version
22

33
# DO NOT EDIT - replaced in CI with release please
4-
__version__ = "10.0.9" # x-release-please-version
4+
__version__ = "10.0.10" # x-release-please-version
55
# END DO NOT EDIT
66

77

0 commit comments

Comments
 (0)