Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release/v8.16): release 8.16.1 #516

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.16.1](https://github.com/equinor/ecalc/compare/v8.16.0...v8.16.1) (2024-06-06)


### Miscellaneous Chores

* refine unit format alignment ([#506](https://github.com/equinor/ecalc/issues/506)) ([#515](https://github.com/equinor/ecalc/issues/515)) ([0ba4371](https://github.com/equinor/ecalc/commit/0ba4371f8cab0b4320ece10711559252a195de82))

## [8.16.0](https://github.com/equinor/ecalc/compare/v8.15.0...v8.16.0) (2024-05-31)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "libecalc"
# DO_NOT_EDIT: Version number automatically changed in CICD
version = "8.16.0" # x-release-please-version
version = "8.16.1" # x-release-please-version
# END_DO_NOT_EDIT
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
keywords = ["energy", "emission", "scientific", "engineering"]
Expand Down
2 changes: 1 addition & 1 deletion src/libecalc/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from libecalc.common.version import Version

# DO NOT EDIT - replaced in CI with release please
__version__ = "8.16.0" # x-release-please-version
__version__ = "8.16.1" # x-release-please-version
# END DO NOT EDIT


Expand Down