Skip to content

Commit 98d33e0

Browse files
chore(main): release 13.0.3
1 parent 3b6f818 commit 98d33e0

5 files changed

Lines changed: 41 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.0.2"
2+
".": "13.0.3"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.0.3](https://github.com/equinor/ecalc/compare/v13.0.2...v13.0.3) (2026-02-05)
4+
5+
6+
### Documentation
7+
8+
* changelog update for 13.0.x ([#1363](https://github.com/equinor/ecalc/issues/1363)) ([3a4ae71](https://github.com/equinor/ecalc/commit/3a4ae7185912a90264a6c85534047f5fa85a41d2))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** bump actions/checkout from 4 to 6 ([6160d88](https://github.com/equinor/ecalc/commit/6160d88101140b10dac4d7167e5996393d29de05))
14+
* init process simulation ([8dc5ed3](https://github.com/equinor/ecalc/commit/8dc5ed3581591fb41646933bd224dfe5eddfb454))
15+
* test uv.lock only dependency scanning ([3f394d6](https://github.com/equinor/ecalc/commit/3f394d6c07a12b76d29a2303f29a438c27452245))
16+
* upgrade dependencies for week 06. Auto-generated by devCalc ([70fb8db](https://github.com/equinor/ecalc/commit/70fb8dbed37bf817988bfdd7a6331c29026bcf5c))
17+
18+
19+
### Code Refactoring
20+
21+
* add yaml process system top level ([#1367](https://github.com/equinor/ecalc/issues/1367)) ([18f5388](https://github.com/equinor/ecalc/commit/18f53881b7228aa07efe36958a4141560528518e))
22+
* add YAML types for inlet streams and fluid model refs ([#1365](https://github.com/equinor/ecalc/issues/1365)) ([06054fa](https://github.com/equinor/ecalc/commit/06054fa83d46fc980c63154c39b6f092ac50f56b))
23+
* make liquid remover inherit from ProcessUnit ([#1372](https://github.com/equinor/ecalc/issues/1372)) ([59706d2](https://github.com/equinor/ecalc/commit/59706d264425777261ce11e4829c22013c557551))
24+
* make temperature setter inherit from ProcessUnit ([#1373](https://github.com/equinor/ecalc/issues/1373)) ([6b847cf](https://github.com/equinor/ecalc/commit/6b847cf5fae26739f5353074f3d06b0230d75b85))
25+
* merge choke and pressure modifier classes ([#1371](https://github.com/equinor/ecalc/issues/1371)) ([c5013ae](https://github.com/equinor/ecalc/commit/c5013aeb998e9fcf01dd5995999de4d6b49e8b1b))
26+
* raise exception when process system is outside capacity ([d1effef](https://github.com/equinor/ecalc/commit/d1effefb9849acbee9c1474b20351c1a2ff2ef5b))
27+
* remove old process system and unit classes ([#1356](https://github.com/equinor/ecalc/issues/1356)) ([3e55c3b](https://github.com/equinor/ecalc/commit/3e55c3b64900e1506fe9d3d0361247529fbd6b10))
28+
* remove shaft from process system ([3b6f818](https://github.com/equinor/ecalc/commit/3b6f818bd7e45a40f8a9a7ee7e4d4c6a89e1a8fc))
29+
30+
31+
### Tests
32+
33+
* add choke and speed solver tests ([61c83af](https://github.com/equinor/ecalc/commit/61c83af5b5b8569dfefb308f7a41b05237f71f5f))
34+
35+
36+
### Continuous Integration
37+
38+
* add license scan workflow ([#1341](https://github.com/equinor/ecalc/issues/1341)) ([bf36360](https://github.com/equinor/ecalc/commit/bf3636061a9ed3d63109160b16a11fd588616531))
39+
340
## [13.0.2](https://github.com/equinor/ecalc/compare/v13.0.1...v13.0.2) (2026-01-29)
441

542

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.0.2"
3+
version = "13.0.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.11,<3.14"

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