From e1ad3291c94c4eacc02a2116841ca7487db97c06 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Thu, 3 Oct 2024 10:23:36 +0200 Subject: [PATCH] 0.8.1 --- CHANGES.md | 5 +++++ multifunctional/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 055e49f..1a36461 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2024-10-03 + +* Fix errors with manual node creation +* Update for `bw2data` 4.0.dev57 + ## [0.8] - 2024-09-27 Still provide allocated processes when allocation factors are zero, as some database uses these zero-burden products diff --git a/multifunctional/__init__.py b/multifunctional/__init__.py index 1e9ed10..bd2bf0e 100644 --- a/multifunctional/__init__.py +++ b/multifunctional/__init__.py @@ -13,7 +13,7 @@ "ReadOnlyProcessWithReferenceProduct", ) -__version__ = "0.8" +__version__ = "0.8.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: