Skip to content

Commit 2b984a0

Browse files
committed
0.4.2
1 parent a8df8ef commit 2b984a0

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# flowmapper Changelog
22

3-
## [0.4.1] - 2025-08-18
3+
## [0.4.2] - 2025-07-28
4+
5+
* Remove conflicting synonyms when parsing ecospold2
6+
* Prioritize ionic-form synonyms over more generic synonyms
7+
8+
## [0.4.1] - 2025-07-18
49

510
* Updated some manual SimaPro - ecoinvent 3.10 matches
611

flowmapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"UnitField",
1010
)
1111

12-
__version__ = "0.4.1"
12+
__version__ = "0.4.2"
1313

1414
from flowmapper.cas import CASField
1515
from flowmapper.context import ContextField

0 commit comments

Comments
 (0)