We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad040a8 commit 9891ed0Copy full SHA for 9891ed0
CHANGES.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.4.1] - 2024-09-05
11
+
12
+* Use `conversion_factor` instead of `allocation` for `replace` transformations
13
14
## [0.4.0] - 2024-08-30
15
16
* Add biosphere changes not listed in change report
ecoinvent_migrate/__init__.py
@@ -6,6 +6,6 @@
6
"generate_biosphere_mapping",
)
-__version__ = "0.4"
+__version__ = "0.4.1"
from .main import generate_biosphere_mapping, generate_technosphere_mapping
0 commit comments