We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8095c commit 05d8907Copy full SHA for 05d8907
2 files changed
CHANGES.md
@@ -1,5 +1,9 @@
1
# flowmapper Changelog
2
3
+## [0.4.1] - 2025-08-18
4
+
5
+* Updated some manual SimaPro - ecoinvent 3.10 matches
6
7
## [0.4] - 2025-03-03
8
9
* Add ability to build manual matchings as input transformations
flowmapper/__init__.py
@@ -9,7 +9,7 @@
"UnitField",
10
)
11
12
-__version__ = "0.4"
+__version__ = "0.4.1"
13
14
from flowmapper.cas import CASField
15
from flowmapper.context import ContextField
0 commit comments