Skip to content

Commit

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

## [Unreleased]

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

* Add codes to functional exchanges with zero allocation factors in multifunctional processes

### [0.5] - 2024-07-08

* Allow products to overwrite process names when importing SimaPro
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"
__version__ = "0.5.1"

# 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 82e2df8

Please sign in to comment.