Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "13.11.0"
".": "13.11.1"
}
16 changes: 16 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [13.11.1](https://github.com/equinor/ecalc/compare/v13.11.0...v13.11.1) (2026-08-19)


### Bug Fixes

* clarify difference between instance and definition references ([faec744](https://github.com/equinor/ecalc/commit/faec744a2588ad193d553881dab9b2abdd05745a))
* error message when no overlapping periods ([#1723](https://github.com/equinor/ecalc/issues/1723)) ([1ae64c7](https://github.com/equinor/ecalc/commit/1ae64c781f2e1557bf2d78da0d099d1a4b5e3fef))
* prevent infinite loop in common ASV single-speed solver ([#1721](https://github.com/equinor/ecalc/issues/1721)) ([941a571](https://github.com/equinor/ecalc/commit/941a5711a9cac1f42412a2c8b96e9a88158eb943))


### Miscellaneous Chores

* add definition resolver ([da4cd0f](https://github.com/equinor/ecalc/commit/da4cd0fd123d103adc6e9ca954cbf0bcec047a70))
* add yaml definitions ([cbe4ad0](https://github.com/equinor/ecalc/commit/cbe4ad01bd0c23f2648756fdd0cf0604c7f72d62))
* upgrade dependencies for week 33. Auto-generated by devCalc ([#1713](https://github.com/equinor/ecalc/issues/1713)) ([65db5e0](https://github.com/equinor/ecalc/commit/65db5e0feb5595f74f92dcb10fc7bea748ea2e24))

## [13.11.0](https://github.com/equinor/ecalc/compare/v13.10.0...v13.11.0) (2026-08-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "libecalc"
version = "13.11.0"
version = "13.11.1"
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
authors = [{ name = "eCalc Team", email = "fg_ecalc@equinor.com" }]
requires-python = ">=3.12,<3.15"
Expand Down
2 changes: 1 addition & 1 deletion src/libecalc/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from libecalc.common.version import Version

# DO NOT EDIT - replaced in CI with release please
__version__ = "13.11.0" # x-release-please-version
__version__ = "13.11.1" # x-release-please-version
# END DO NOT EDIT


Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.