Skip to content

Commit

Permalink
2.0.dev23
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 18, 2024
1 parent f13ba6e commit 03fba0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `bw2calc` Changelog

## 2.0.DEV23 (2024-09-18)

* Allow `MethodConfig` as an input to `MultiLCA`

## 2.0.DEV22 (2024-09-18)

* Add `MethodConfig` to `__init__.py` for better UX
Expand Down
2 changes: 1 addition & 1 deletion bw2calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MultiLCA",
]

__version__ = "2.0.DEV22"
__version__ = "2.0.DEV23"


import platform
Expand Down

0 comments on commit 03fba0a

Please sign in to comment.