Skip to content

Commit 07cff56

Browse files
committed
0.9.dev36
1 parent a9e9967 commit 07cff56

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

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

3+
### 0.9.DEV36 (2024-09-04)
4+
5+
* Add `create_randonneur_excel_template_for_unlinked`
6+
37
### 0.9.DEV35 (2024-09-02)
48

59
* Add method to directly apply `randonneur` transformations

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.DEV35"
51+
__version__ = "0.9.DEV36"
5252

5353
from .backup import (
5454
backup_data_directory,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"pydantic",
5050
"SPARQLWrapper",
5151
"pyecospold",
52-
"randonneur",
52+
"randonneur>=0.4",
5353
"randonneur_data",
5454
"requests",
5555
"scipy",

0 commit comments

Comments
 (0)