Skip to content

Commit d368751

Browse files
chore(main): release 12.1.6 (#1279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1ff3d3 commit d368751

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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-
".": "12.1.5"
2+
".": "12.1.6"
33
}

docs/docs/changelog/changelog.md

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

3+
## [12.1.6](https://github.com/equinor/ecalc/compare/v12.1.5...v12.1.6) (2025-12-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* upgrade dependencies for week 50. Auto-generated by devCalc ([#1278](https://github.com/equinor/ecalc/issues/1278)) ([d1ff3d3](https://github.com/equinor/ecalc/commit/d1ff3d31d766d713e6250aa68174dc2d35a46642))
9+
310
## [12.1.5](https://github.com/equinor/ecalc/compare/v12.1.4...v12.1.5) (2025-12-09)
411

512

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.1.5"
3+
version = "12.1.6"
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 = "[email protected]" }]
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.1.5" # x-release-please-version
4+
__version__ = "12.1.6" # 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)