We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfbc3d commit 4c98e6eCopy full SHA for 4c98e6e
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.3.0] - 2024-08-13
11
+
12
+* Patch missing ecoinvent migrations
13
14
## [0.2.0] - 2024-06-14
15
16
* Skip empty technosphere transformations
ecoinvent_migrate/__init__.py
@@ -6,6 +6,6 @@
6
"generate_biosphere_mapping",
)
-__version__ = "0.2.0"
+__version__ = "0.3"
from .main import generate_biosphere_mapping, generate_technosphere_mapping
0 commit comments