Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jul 7, 2024
1 parent 00c3c88 commit 8f6037a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [0.4.1] - 2024-07-07

* Add capability for property-based allocation to not be normalized by production amount
* Manual property-based allocation is not normalized by production amount

### [0.4.0] - 2024-07-07

* Collapse `MaybeMultifunctionalProcess` and `MultifunctionalProcess`
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.4"
__version__ = "0.4.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 8f6037a

Please sign in to comment.