Skip to content

Commit f25d23c

Browse files
github-actions[bot]tj098895
authored andcommitted
chore(main): release 13.0.4
1 parent b13645c commit f25d23c

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.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.3"
2+
".": "13.0.4"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.0.4](https://github.com/equinor/ecalc/compare/v13.0.3...v13.0.4) (2026-02-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* add support for python 3.14, drop support for python 3.11 ([10c2f80](https://github.com/equinor/ecalc/commit/10c2f80f423902b263ca9e1a50a4924870307ad5))
9+
* format and test unexpected license changes properly ([b13645c](https://github.com/equinor/ecalc/commit/b13645c56b3f5fc385d3c05b36516cdba3feda02))
10+
11+
12+
### Code Refactoring
13+
14+
* remove choke from process system ([edee9bc](https://github.com/equinor/ecalc/commit/edee9bc3c46f3f6424a783f6b6eb48e0c781330a))
15+
316
## [13.0.3](https://github.com/equinor/ecalc/compare/v13.0.2...v13.0.3) (2026-02-05)
417

518

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