From 1a898249f342a9ca0be7b2698728efea32bfa49a Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Wed, 21 Aug 2024 16:08:33 +0200 Subject: [PATCH] 0.6 --- CHANGES.md | 6 ++++++ multifunctional/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1faa393..beebc6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/multifunctional/__init__.py b/multifunctional/__init__.py index 5d7261c..0947416 100644 --- a/multifunctional/__init__.py +++ b/multifunctional/__init__.py @@ -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: