Skip to content

Commit 94b63bc

Browse files
committed
0.9.dev29
1 parent fe0ce2b commit 94b63bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# `bw2io` Changelog
22

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+
38
### 0.9.DEV28 (2024-06-21)
49

510
* Allow imports of some invalid ecospold1 files

bw2io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"useeio20",
4949
]
5050

51-
__version__ = "0.9.DEV28"
51+
__version__ = "0.9.DEV29"
5252

5353
from .backup import (
5454
backup_data_directory,

0 commit comments

Comments
 (0)