diff --git a/CHANGES.md b/CHANGES.md index 3c60fd5..b6ba965 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw2io` Changelog +### 0.9.DEV30 (2024-07-23) + +* Change default to namespace LCIA methods in ecoinvent imports + ### 0.9.DEV29 (2024-07-09) * Restore Python 3.9 compatibility diff --git a/bw2io/__init__.py b/bw2io/__init__.py index 8d3dd75..e05d807 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV29" +__version__ = "0.9.DEV30" from .backup import ( backup_data_directory,