diff --git a/CHANGES.md b/CHANGES.md index 4ce0234..681003b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw2io` Changelog +### 0.9.DEV37 (2024-09-04) + +* Fix out of order but with `create_randonneur_excel_template_for_unlinked` + ### 0.9.DEV36 (2024-09-04) * Add `create_randonneur_excel_template_for_unlinked` diff --git a/bw2io/__init__.py b/bw2io/__init__.py index 3da41c6..e28e4a7 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV36" +__version__ = "0.9.DEV37" from .backup import ( backup_data_directory,