From 5d521538cc1267933c60db132b386c7c05e5eda2 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Sat, 6 Jul 2024 18:42:54 +0200 Subject: [PATCH] 0.3 --- CHANGES.md | 4 ++++ multifunctional/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f3cb477..7e00e22 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.3.0] - 2024-07-06 + +* Rewrite allocation functionality to allow for allocation before writing the database + ## [0.2.0] - 2024-07-05 * Allow separate products and processes diff --git a/multifunctional/__init__.py b/multifunctional/__init__.py index b6f0447..77e40c6 100644 --- a/multifunctional/__init__.py +++ b/multifunctional/__init__.py @@ -10,7 +10,7 @@ "generic_allocation", ) -__version__ = "0.2" +__version__ = "0.3" from bw2data import labels from bw2data.subclass_mapping import DATABASE_BACKEND_MAPPING, NODE_PROCESS_CLASS_MAPPING