Skip to content

Commit

Permalink
chore(main): release 9.4.0 (#747)
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 6, 2025
1 parent aa75ca4 commit a042eb4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [9.4.0](https://github.com/equinor/ecalc/compare/v9.3.0...v9.4.0) (2025-01-06)


### Documentation

* update v9.2 and v9.2 changelogs ([ed27c0a](https://github.com/equinor/ecalc/commit/ed27c0aa3ff15a11f2b15193f073d4fdb9753eb8))


### Miscellaneous Chores

* auto-generated by devcalc ([#751](https://github.com/equinor/ecalc/issues/751)) ([848d2c5](https://github.com/equinor/ecalc/commit/848d2c5eeed413bd86d67f10ea06be3bf5b5a5f3))
* specify poetry version in ci ([#753](https://github.com/equinor/ecalc/issues/753)) ([0a32320](https://github.com/equinor/ecalc/commit/0a32320e711d1909e18c1b881e5e7dacf1a7d712))
* upgrade dependencies for week 02. Auto-generated by devCalc ([#752](https://github.com/equinor/ecalc/issues/752)) ([aa75ca4](https://github.com/equinor/ecalc/commit/aa75ca47e7887850c3e465b0180f8e1cf5bc5850))
* upgrade numpy version and set a numpy depr. warning to not error ([#750](https://github.com/equinor/ecalc/issues/750)) ([ac999db](https://github.com/equinor/ecalc/commit/ac999db0240efc7cb26ebf6f017991b635d8f82c))

## [9.3.0](https://github.com/equinor/ecalc/compare/v9.2.0...v9.3.0) (2024-12-19)


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.3.0" # x-release-please-version
version = "9.4.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.3.0" # x-release-please-version
__version__ = "9.4.0" # x-release-please-version
# END DO NOT EDIT


Expand Down

0 comments on commit a042eb4

Please sign in to comment.