Skip to content

Commit

Permalink
0.9.dev32
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 15, 2024
1 parent 343b5b3 commit 97e65a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `bw2io` Changelog

### 0.9.DEV32 (2024-08-15)

* Add `SimaProUnitConverter` which uses `https://vocab.sentier.dev/` for unit conversion and harmonization
* Improved robustness of `rescale_exchange`
* Fixed bug with SimaPro name-location strings with spaces inside

### 0.9.DEV31 (2024-08-14)

* Improved statistics reporting for importers
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.DEV31"
__version__ = "0.9.DEV32"

from .backup import (
backup_data_directory,
Expand Down

0 comments on commit 97e65a7

Please sign in to comment.