Skip to content

Commit 0571c97

Browse files
chore(main): release 12.1.10 (#1300)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c56ed10 commit 0571c97

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-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.9"
2+
".": "12.1.10"
33
}

docs/docs/changelog/changelog.md

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

3+
## [12.1.10](https://github.com/equinor/ecalc/compare/v12.1.9...v12.1.10) (2026-01-06)
4+
5+
6+
### Documentation
7+
8+
* remove notebook examples ([c00aff2](https://github.com/equinor/ecalc/commit/c00aff2fe3d26973d74bdc6491a69dcbf22eb53f))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** bump actions/download-artifact from 6 to 7 ([3536a31](https://github.com/equinor/ecalc/commit/3536a3124b2215543e094635976bbf308885fde1))
14+
* **deps:** bump actions/upload-artifact from 5 to 6 ([6b4fdf5](https://github.com/equinor/ecalc/commit/6b4fdf549c05189bf52adbe203d8d4568c19358d))
15+
* update changelog ([#1299](https://github.com/equinor/ecalc/issues/1299)) ([424ee7d](https://github.com/equinor/ecalc/commit/424ee7d27d3ff1cfb1bf9e7c5a96068fe60b99b4))
16+
* upgrade dependencies for week 02. Auto-generated by devCalc ([#1301](https://github.com/equinor/ecalc/issues/1301)) ([c56ed10](https://github.com/equinor/ecalc/commit/c56ed10595b5b378e375ddc9699b312f80c377a7))
17+
18+
19+
### Code Refactoring
20+
21+
* results mapping ([c42ee8f](https://github.com/equinor/ecalc/commit/c42ee8f6fd8ed7ba861e42ba6d9d907d78a5e312))
22+
23+
24+
### Tests
25+
26+
* patch uuid4 ([acd1219](https://github.com/equinor/ecalc/commit/acd1219e41cc541a15e0f87b8226192d56106a23))
27+
328
## [12.1.9](https://github.com/equinor/ecalc/compare/v12.1.8...v12.1.9) (2025-12-30)
429

530

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