Skip to content

Commit 7861457

Browse files
chore(main): release 11.1.1 (#1153)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b2828e commit 7861457

5 files changed

Lines changed: 23 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-
".": "11.1.0"
2+
".": "11.1.1"
33
}

docs/docs/changelog/changelog.md

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

3+
## [11.1.1](https://github.com/equinor/ecalc/compare/v11.1.0...v11.1.1) (2025-10-01)
4+
5+
6+
### Documentation
7+
8+
* changelog for libecalc v11.1.0 ([#1152](https://github.com/equinor/ecalc/issues/1152)) ([9180b02](https://github.com/equinor/ecalc/commit/9180b02c0107b5c3d54058868f5a7bf0332b3d85))
9+
* clarify CONDITIONS ([6feb607](https://github.com/equinor/ecalc/commit/6feb607a623bbfda473aa266a046ae19741dbfad))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* upgrade dependencies for week 40. Auto-generated by devCalc ([8b2828e](https://github.com/equinor/ecalc/commit/8b2828eed36f8e35983347e27bbf75d96f462a3b))
15+
16+
17+
### Code Refactoring
18+
19+
* remove classes/methods in consumer system ([846747c](https://github.com/equinor/ecalc/commit/846747ca42b800d0df3fa1ff846ef05c23ea8be5))
20+
* remove extend methods ([b5f5ac9](https://github.com/equinor/ecalc/commit/b5f5ac97759034b1f167d67aaf5d2106073d3ae8))
21+
322
## [11.1.0](https://github.com/equinor/ecalc/compare/v11.0.0...v11.1.0) (2025-09-29)
423

524

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 = "11.1.0"
3+
version = "11.1.1"
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__ = "11.1.0" # x-release-please-version
4+
__version__ = "11.1.1" # 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)