Skip to content

Commit e00433b

Browse files
chore(main): release 13.11.0
1 parent 45df459 commit e00433b

5 files changed

Lines changed: 24 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.10.0"
2+
".": "13.11.0"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.11.0](https://github.com/equinor/ecalc/compare/v13.10.0...v13.11.0) (2026-08-11)
4+
5+
6+
### Features
7+
8+
* extract expressions functionality ([45df459](https://github.com/equinor/ecalc/commit/45df4592aa0d17f5e51c114306da2396115a196b))
9+
10+
11+
### Bug Fixes
12+
13+
* **libecalc:** improve validation of pressures set to zero ([#1705](https://github.com/equinor/ecalc/issues/1705)) ([5df4878](https://github.com/equinor/ecalc/commit/5df48783ec095a4d679e2265248906fba7b356ff))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **deps:** bump mermaid ([#1709](https://github.com/equinor/ecalc/issues/1709)) ([e9169bf](https://github.com/equinor/ecalc/commit/e9169bfa3de733633fec05ea2d8fa900c2561dc1))
19+
* **deps:** bump the npm_and_yarn group across 1 directory with 2 updates ([#1711](https://github.com/equinor/ecalc/issues/1711)) ([0fe2d55](https://github.com/equinor/ecalc/commit/0fe2d55145168a69714e1ae771663182a5db0223))
20+
* **deps:** bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 ([#1710](https://github.com/equinor/ecalc/issues/1710)) ([a426a2d](https://github.com/equinor/ecalc/commit/a426a2d482d54d4c1e6fa81f29643a1bb27431ae))
21+
* only run hooks on pre-commit unless specified ([#1707](https://github.com/equinor/ecalc/issues/1707)) ([ed6423d](https://github.com/equinor/ecalc/commit/ed6423df2cb60874b2b13fd32cc0dec47d065c38))
22+
323
## [13.10.0](https://github.com/equinor/ecalc/compare/v13.9.0...v13.10.0) (2026-08-06)
424

525

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