Skip to content

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 21, 2024
1 parent af33091 commit 1a89824
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
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6] - 2024-08-21

* Fix [#19: Store default allocation value and function string on mutifunctional processes](https://github.com/brightway-lca/multifunctional/issues/19)
* Fix [#18: Allocation functions should primarily get properties from nodes, not exchanges](https://github.com/brightway-lca/multifunctional/issues/18)
* Fix `bw2data` [#182: `multifunctional` import doesn't add new process types to `labels.node_types`](https://github.com/brightway-lca/brightway2-data/issues/182)

### [0.5.1] - 2024-07-19

* Add codes to functional exchanges with zero allocation factors in multifunctional processes
Expand Down
2 changes: 1 addition & 1 deletion multifunctional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generic_allocation",
)

__version__ = "0.5.1"
__version__ = "0.6"

# Follows guidance from https://loguru.readthedocs.io/en/stable/resources/recipes.html#configuring-loguru-to-be-used-by-a-library-or-an-application
# For development or to get more detail on what is really happening, re-enable with:
Expand Down

0 comments on commit 1a89824

Please sign in to comment.