Skip to content

Commit a042eb4

Browse files
chore(main): release 9.4.0 (#747)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa75ca4 commit a042eb4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/docs/changelog/changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [9.4.0](https://github.com/equinor/ecalc/compare/v9.3.0...v9.4.0) (2025-01-06)
4+
5+
6+
### Documentation
7+
8+
* update v9.2 and v9.2 changelogs ([ed27c0a](https://github.com/equinor/ecalc/commit/ed27c0aa3ff15a11f2b15193f073d4fdb9753eb8))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* auto-generated by devcalc ([#751](https://github.com/equinor/ecalc/issues/751)) ([848d2c5](https://github.com/equinor/ecalc/commit/848d2c5eeed413bd86d67f10ea06be3bf5b5a5f3))
14+
* specify poetry version in ci ([#753](https://github.com/equinor/ecalc/issues/753)) ([0a32320](https://github.com/equinor/ecalc/commit/0a32320e711d1909e18c1b881e5e7dacf1a7d712))
15+
* 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))
16+
* 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))
17+
318
## [9.3.0](https://github.com/equinor/ecalc/compare/v9.2.0...v9.3.0) (2024-12-19)
419

520

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 = "9.3.0" # x-release-please-version
4+
version = "9.4.0" # 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/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 with release please
4-
__version__ = "9.3.0" # x-release-please-version
4+
__version__ = "9.4.0" # x-release-please-version
55
# END DO NOT EDIT
66

77

0 commit comments

Comments
 (0)