We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0ce2b commit 94b63bcCopy full SHA for 94b63bc
CHANGES.md
@@ -1,5 +1,10 @@
1
# `bw2io` Changelog
2
3
+### 0.9.DEV29 (2024-07-09)
4
+
5
+* Restore Python 3.9 compatibility
6
+* Compatibility with SimaPro multifunctionality via `bw_simapro_csv` and `multifunctional`.
7
8
### 0.9.DEV28 (2024-06-21)
9
10
* Allow imports of some invalid ecospold1 files
bw2io/__init__.py
@@ -48,7 +48,7 @@
48
"useeio20",
49
]
50
51
-__version__ = "0.9.DEV28"
+__version__ = "0.9.DEV29"
52
53
from .backup import (
54
backup_data_directory,
0 commit comments