Skip to content

Commit 2f7d585

Browse files
chore(release/v8.2): release 8.2.9
1 parent c84f0b9 commit 2f7d585

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/docs/changelog/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.2.9](https://github.com/equinor/ecalc/compare/v8.2.8...v8.2.9) (2023-06-27)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* update dependencies to be aligned with external requirements ([c84f0b9](https://github.com/equinor/ecalc/commit/c84f0b96b4f8e1bc92ef1f4e6d24183d98bd1f00))
9+
310
## [8.2.8](https://github.com/equinor/ecalc/compare/v8.2.7...v8.2.8) (2023-06-27)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libecalc"
33
# DO_NOT_EDIT: Version number automatically changed in CICD
4-
version = "8.2.8" # x-release-please-version
4+
version = "8.2.9" # x-release-please-version
55
# END_DO_NOT_EDIT
66
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
77
keywords = ["energy", "emission", "scientific", "engineering"]

src/ecalc/libraries/libecalc/common/libecalc/version.py

+1-1
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
4-
__version__ = "8.2.8" # x-release-please-version
4+
__version__ = "8.2.9" # x-release-please-version
55
# END DO NOT EDIT
66

77

0 commit comments

Comments
 (0)