Skip to content

Commit 8daa219

Browse files
github-actions[bot]TeeeJay
authored andcommitted
chore(main): release 10.0.7
1 parent 7938ea0 commit 8daa219

4 files changed

Lines changed: 10 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.6"
2+
".": "10.0.7"
33
}

docs/docs/changelog/changelog.md

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

3+
## [10.0.7](https://github.com/equinor/ecalc/compare/v10.0.6...v10.0.7) (2025-07-22)
4+
5+
6+
### Continuous Integration
7+
8+
* make publish event driven to allow for trusted publishing ([7938ea0](https://github.com/equinor/ecalc/commit/7938ea00611db9b844fc6a7667b239c03c72affd))
9+
310
## [10.0.6](https://github.com/equinor/ecalc/compare/v10.0.5...v10.0.6) (2025-07-22)
411

512

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.6" # x-release-please-version
4+
version = "10.0.7" # 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.6" # x-release-please-version
4+
__version__ = "10.0.7" # x-release-please-version
55
# END DO NOT EDIT
66

77

0 commit comments

Comments
 (0)