Skip to content

Commit adb49bd

Browse files
chore(main): release 13.7.1 (#1537)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37d802d commit adb49bd

5 files changed

Lines changed: 26 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.0"
2+
".": "13.7.1"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.7.1](https://github.com/equinor/ecalc/compare/v13.7.0...v13.7.1) (2026-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* harden compressor PH flash robustness and error handling ([#1540](https://github.com/equinor/ecalc/issues/1540)) ([684e94b](https://github.com/equinor/ecalc/commit/684e94bcd2c4b00c9aa098d2fa0120d5a0dc9db6))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* add basedpyright to prek ([7d9b8e4](https://github.com/equinor/ecalc/commit/7d9b8e4982b1e5144b9fb261595f36f64b4fcb21))
14+
* change to use value object dataclass transform decorator ([#1536](https://github.com/equinor/ecalc/issues/1536)) ([74d251c](https://github.com/equinor/ecalc/commit/74d251ccf622da2ccb09027794bdbcba77122a1b))
15+
* core team owner of baseline ([fdd5b9c](https://github.com/equinor/ecalc/commit/fdd5b9cf28a09a4859283a4be7ed41dacd88cff5))
16+
* upgrade dependencies for week 19. Auto-generated by devCalc ([#1538](https://github.com/equinor/ecalc/issues/1538)) ([9d0bbef](https://github.com/equinor/ecalc/commit/9d0bbef3171facc8fbff8c8e7a8f6e6f8fd1946f))
17+
* use prek ([d02d329](https://github.com/equinor/ecalc/commit/d02d32998421ca1b498a5fb0d48cbcdb8d7fc139))
18+
19+
20+
### Tests
21+
22+
* add test to deny import of pydantic in domain ([#1541](https://github.com/equinor/ecalc/issues/1541)) ([37d802d](https://github.com/equinor/ecalc/commit/37d802df2d0c9faa2e835c4be61422a4e91810c7))
23+
* architectural fitness tests ([#1533](https://github.com/equinor/ecalc/issues/1533)) ([ea8ee8a](https://github.com/equinor/ecalc/commit/ea8ee8a6205594ba41e09ca7ea2142d1dbb4184b))
24+
325
## [13.7.0](https://github.com/equinor/ecalc/compare/v13.6.0...v13.7.0) (2026-05-04)
426

527

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.0"
3+
version = "13.7.1"
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.0" # x-release-please-version
4+
__version__ = "13.7.1" # 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)