diff --git a/CHANGES.md b/CHANGES.md index b6ba965..1c80f2a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw2io` Changelog +### 0.9.DEV31 (2024-08-14) + +* Improved statistics reporting for importers + ### 0.9.DEV30 (2024-07-23) * Change default to namespace LCIA methods in ecoinvent imports diff --git a/bw2io/__init__.py b/bw2io/__init__.py index e05d807..21ca367 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV30" +__version__ = "0.9.DEV31" from .backup import ( backup_data_directory,