Skip to content

Commit eb1f525

Browse files
chore(main): release 13.7.3
1 parent 77e5d7e commit eb1f525

5 files changed

Lines changed: 12 additions & 4 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-
".": "13.7.2"
2+
".": "13.7.3"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.7.3](https://github.com/equinor/ecalc/compare/v13.7.2...v13.7.3) (2026-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* improve resource discovery and reference handling for new sections ([#1557](https://github.com/equinor/ecalc/issues/1557)) ([77e5d7e](https://github.com/equinor/ecalc/commit/77e5d7e59ee061a27e7010c38a29bec05ee40073))
9+
* upgrade dependencies for week 21. Auto-generated by devCalc ([#1558](https://github.com/equinor/ecalc/issues/1558)) ([77c40ab](https://github.com/equinor/ecalc/commit/77c40ab49f67bfe600d7e70502e06a8dc0871e01))
10+
311
## [13.7.2](https://github.com/equinor/ecalc/compare/v13.7.1...v13.7.2) (2026-05-18)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libecalc"
3-
version = "13.7.2"
3+
version = "13.7.3"
44
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
55
authors = [{ name = "eCalc Team", email = "fg_ecalc@equinor.com" }]
66
requires-python = ">=3.12,<3.15"

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

77

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)