diff --git a/CHANGES.md b/CHANGES.md index 511849f..4ce0234 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw2io` Changelog +### 0.9.DEV36 (2024-09-04) + +* Add `create_randonneur_excel_template_for_unlinked` + ### 0.9.DEV35 (2024-09-02) * Add method to directly apply `randonneur` transformations diff --git a/bw2io/__init__.py b/bw2io/__init__.py index ecbc2cd..3da41c6 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV35" +__version__ = "0.9.DEV36" from .backup import ( backup_data_directory, diff --git a/pyproject.toml b/pyproject.toml index 1a92568..36814c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "pydantic", "SPARQLWrapper", "pyecospold", - "randonneur", + "randonneur>=0.4", "randonneur_data", "requests", "scipy",