Skip to content

Commit 9891ed0

Browse files
committed
0.4.1
1 parent ad040a8 commit 9891ed0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1] - 2024-09-05
11+
12+
* Use `conversion_factor` instead of `allocation` for `replace` transformations
13+
1014
## [0.4.0] - 2024-08-30
1115

1216
* Add biosphere changes not listed in change report

ecoinvent_migrate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"generate_biosphere_mapping",
77
)
88

9-
__version__ = "0.4"
9+
__version__ = "0.4.1"
1010

1111
from .main import generate_biosphere_mapping, generate_technosphere_mapping

0 commit comments

Comments
 (0)