Skip to content

Commit bef4edc

Browse files
chore(main): release 13.0.1 (#1346)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31ea3fc commit bef4edc

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.0"
2+
".": "13.0.1"
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.1](https://github.com/equinor/ecalc/compare/v13.0.0...v13.0.1) (2026-01-28)
4+
5+
6+
### Bug Fixes
7+
8+
* unhandled exception ([#1347](https://github.com/equinor/ecalc/issues/1347)) ([31ea3fc](https://github.com/equinor/ecalc/commit/31ea3fc978727f803162bed2d231bd54c85625f2))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* init parallel system yaml ([0f832b0](https://github.com/equinor/ecalc/commit/0f832b0417bab2a5f47480199c2c03036bc2d976))
14+
* upgrade dependencies for week 05. Auto-generated by devCalc ([#1348](https://github.com/equinor/ecalc/issues/1348)) ([4159978](https://github.com/equinor/ecalc/commit/41599787dab011dc5d0ff28252ad960bd7de4a12))
15+
316
## [13.0.0](https://github.com/equinor/ecalc/compare/v12.2.0...v13.0.0) (2026-01-26)
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.0"
3+
version = "13.0.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.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.0" # x-release-please-version
4+
__version__ = "13.0.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)