Skip to content

Commit 932374a

Browse files
chore(main): release 12.0.5
1 parent 6039add commit 932374a

5 files changed

Lines changed: 16 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-
".": "12.0.4"
2+
".": "12.0.5"
33
}

docs/docs/changelog/changelog.md

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

3+
## [12.0.5](https://github.com/equinor/ecalc/compare/v12.0.4...v12.0.5) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* pin version of inline-snapshot for vscode test runner fix ([#1231](https://github.com/equinor/ecalc/issues/1231)) ([d1b4247](https://github.com/equinor/ecalc/commit/d1b42478dfb1503101a69a27a744f15bd3203f2b))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* upgrade dependencies for week 47. Auto-generated by devCalc ([#1233](https://github.com/equinor/ecalc/issues/1233)) ([6039add](https://github.com/equinor/ecalc/commit/6039adde4ae5d8bad9bb9ae21319bf6863fb3daa))
14+
315
## [12.0.4](https://github.com/equinor/ecalc/compare/v12.0.3...v12.0.4) (2025-11-17)
416

517

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