From 44396001b540cbd5c106b25a22a05ab54c08d45b Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Fri, 27 Sep 2024 08:39:13 +0200 Subject: [PATCH] 0.8 --- CHANGES.md | 4 ++++ multifunctional/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c5c3833..055e49f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8] - 2024-09-27 + +Still provide allocated processes when allocation factors are zero, as some database uses these zero-burden products + ## [0.7.2] - 2024-09-16 Add `check_property_for_process_allocation` function diff --git a/multifunctional/__init__.py b/multifunctional/__init__.py index 8b96079..5016129 100644 --- a/multifunctional/__init__.py +++ b/multifunctional/__init__.py @@ -13,7 +13,7 @@ "ReadOnlyProcessWithReferenceProduct", ) -__version__ = "0.7.2" +__version__ = "0.8" # 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: