Skip to content

Commit 08704f1

Browse files
github-actions[bot]jsolaas
authored andcommitted
chore(main): release 12.1.11
1 parent 3a12299 commit 08704f1

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-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-
".": "12.1.10"
2+
".": "12.1.11"
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+
## [12.1.11](https://github.com/equinor/ecalc/compare/v12.1.10...v12.1.11) (2026-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* handle small negative rates in splitter due to floating precision issues ([#1305](https://github.com/equinor/ecalc/issues/1305)) ([7a34ad2](https://github.com/equinor/ecalc/commit/7a34ad2de899e5b7e74f28e4908fd3d6b400a276))
9+
* incorrect usage of pressure exception ([#1310](https://github.com/equinor/ecalc/issues/1310)) ([e78af71](https://github.com/equinor/ecalc/commit/e78af7188a0aa071e83eaa066d4a492d491e34ab))
10+
* incorrect usage of pressure exception pt. 2 ([#1311](https://github.com/equinor/ecalc/issues/1311)) ([3a12299](https://github.com/equinor/ecalc/commit/3a12299dddb78981632285dfb050a782d8a2c025))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* add docstrings ([7a34ad2](https://github.com/equinor/ecalc/commit/7a34ad2de899e5b7e74f28e4908fd3d6b400a276))
16+
* allow core to approve changelog entries in draft ([#1308](https://github.com/equinor/ecalc/issues/1308)) ([1459f9b](https://github.com/equinor/ecalc/commit/1459f9b3bcfd48e910ae8de3072a7ef06bedac70))
17+
* enable ruff for tests folder ([293a3b4](https://github.com/equinor/ecalc/commit/293a3b4df63e49dfb01b6fc6e7b1997b38230801))
18+
19+
20+
### Code Refactoring
21+
22+
* remove frequency from YamlModel ([c2b8f41](https://github.com/equinor/ecalc/commit/c2b8f415ad037a0d03fba2f0bbde29776b4066ef))
23+
* restructure errors ([f66e321](https://github.com/equinor/ecalc/commit/f66e3212bb472621c80724067b4c3941a8a527b5))
24+
325
## [12.1.10](https://github.com/equinor/ecalc/compare/v12.1.9...v12.1.10) (2026-01-06)
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 = "12.1.10"
3+
version = "12.1.11"
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__ = "12.1.10" # x-release-please-version
4+
__version__ = "12.1.11" # 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)