Skip to content

Commit

Permalink
chore(main): release 9.9.0 (#779)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent 9dc1705 commit 8a493ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [9.9.0](https://github.com/equinor/ecalc/compare/v9.8.0...v9.9.0) (2025-01-30)


### Bug Fixes

* issue when not resolving reference ([9dc1705](https://github.com/equinor/ecalc/commit/9dc170503dd80e3b537fa5015e6f42c9124ab84a))


### Miscellaneous Chores

* remove unused file ([a61a6ce](https://github.com/equinor/ecalc/commit/a61a6ce0dc0a33168d3cd9b71780a164e43bfdb8))

## [9.8.0](https://github.com/equinor/ecalc/compare/v9.7.0...v9.8.0) (2025-01-28)


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 = "9.8.0" # x-release-please-version
version = "9.9.0" # 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__ = "9.8.0" # x-release-please-version
__version__ = "9.9.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit 8a493ff

Please sign in to comment.