Skip to content

Commit

Permalink
0.9.DEV23
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 17, 2023
1 parent e93b5b5 commit a7e62fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# `bw2io` Changelog

### DEV
### 0.9.DEV23 (2023-09-17)

* Merged PR #213 Reparametrize lognormals for ecospold2 imports
* Use bw2data for cache filepath
* Bunch of small issue fixes
* [#207 Fixed float parsing errors](https://github.com/brightway-lca/brightway2-io/pull/207)
* [#213 Reparametrize lognormals for ecospold2 imports](https://github.com/brightway-lca/brightway2-io/pull/213)

### 0.9.DEV22 (2023-09-15)

Expand Down
2 changes: 1 addition & 1 deletion bw2io/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = (0, 9, "DEV22")
version = (0, 9, "DEV23")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REQUIREMENTS = [
"bw2calc>=2.0.dev14",
"bw2data>=4.0.dev26",
"bw2data>=4.0.dev27",
"bw2parameters>=1.1.0",
"bw_migrations>=0.2",
"bw_processing>=0.8.5",
Expand Down

0 comments on commit a7e62fe

Please sign in to comment.