Skip to content

Commit bd837f7

Browse files
github-actions[bot]jsolaas
authored andcommitted
chore(main): release 13.0.2
1 parent 261aeea commit bd837f7

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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.1"
2+
".": "13.0.2"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.0.2](https://github.com/equinor/ecalc/compare/v13.0.1...v13.0.2) (2026-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Add missing GPL license text to LICENSE ([#1349](https://github.com/equinor/ecalc/issues/1349)) ([af09684](https://github.com/equinor/ecalc/commit/af096842a3813ba99528d68f46415040151ec67d))
9+
* issue with nan in elementwise sum ([261aeea](https://github.com/equinor/ecalc/commit/261aeeaac8234fc6d1b2e669f0c2838caa9c60ad))
10+
11+
12+
### Documentation
13+
14+
* remove duplicate classifiers in pyproject.toml ([#1353](https://github.com/equinor/ecalc/issues/1353)) ([97275df](https://github.com/equinor/ecalc/commit/97275df3bfbd918b1b59e90744f2426971192306))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* implement common stream distribution ([6273738](https://github.com/equinor/ecalc/commit/62737382d1e4c1e5f8237921b02008157deed284))
20+
* update changelog ([#1351](https://github.com/equinor/ecalc/issues/1351)) ([014970b](https://github.com/equinor/ecalc/commit/014970bc750aecfd0d11aabf073f236a86245b0f))
21+
322
## [13.0.1](https://github.com/equinor/ecalc/compare/v13.0.0...v13.0.1) (2026-01-28)
423

524

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