Skip to content

Commit 4c98e6e

Browse files
committed
0.3
1 parent 7dfbc3d commit 4c98e6e

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.3.0] - 2024-08-13
11+
12+
* Patch missing ecoinvent migrations
13+
1014
## [0.2.0] - 2024-06-14
1115

1216
* Skip empty technosphere transformations

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.2.0"
9+
__version__ = "0.3"
1010

1111
from .main import generate_biosphere_mapping, generate_technosphere_mapping

0 commit comments

Comments
 (0)