Skip to content

Commit 35477f8

Browse files
chore(main): release 13.2.0 (#1404)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d65fa1f commit 35477f8

5 files changed

Lines changed: 22 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.1.1"
2+
".": "13.2.0"
33
}

docs/docs/changelog/changelog.md

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

3+
## [13.2.0](https://github.com/equinor/ecalc/compare/v13.1.1...v13.2.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* adding support for stp export of new columns ([#1406](https://github.com/equinor/ecalc/issues/1406)) ([5f94a4c](https://github.com/equinor/ecalc/commit/5f94a4c78c896d2e9c396287faeb260afc0a51da))
9+
10+
11+
### Bug Fixes
12+
13+
* make resource header names case-insensitive ([#1405](https://github.com/equinor/ecalc/issues/1405)) ([d4b9127](https://github.com/equinor/ecalc/commit/d4b9127c2bcd86d3b73aa91b5e910e5c54308ccc))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **deps:** bump actions/upload-artifact from 6 to 7 ([d65fa1f](https://github.com/equinor/ecalc/commit/d65fa1f6f8cfc3f318af3e0776552d23b16e65f4))
19+
* upgrade dependencies for week 10. Auto-generated by devCalc ([#1402](https://github.com/equinor/ecalc/issues/1402)) ([a8f4bd2](https://github.com/equinor/ecalc/commit/a8f4bd2d54884bf1262111453e2afbf70092f01d))
20+
321
## [13.1.1](https://github.com/equinor/ecalc/compare/v13.1.0...v13.1.1) (2026-03-04)
422

523

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