Skip to content

Commit

Permalink
0.9.dev36
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 4, 2024
1 parent a9e9967 commit 07cff56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bw2io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"useeio20",
]

__version__ = "0.9.DEV35"
__version__ = "0.9.DEV36"

from .backup import (
backup_data_directory,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"pydantic",
"SPARQLWrapper",
"pyecospold",
"randonneur",
"randonneur>=0.4",
"randonneur_data",
"requests",
"scipy",
Expand Down

0 comments on commit 07cff56

Please sign in to comment.