From 7373f926a938a61ab285f1502191a91c54266c83 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Mon, 8 Jul 2024 08:51:36 +0200 Subject: [PATCH] 0.4.2 --- CHANGES.md | 4 ++++ multifunctional/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cec4505..9edf8e3 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.4.2] - 2024-07-08 + +* Change "manual" allocation and property key to "manual_allocation". + ### [0.4.1] - 2024-07-07 * Add capability for property-based allocation to not be normalized by production amount diff --git a/multifunctional/__init__.py b/multifunctional/__init__.py index ff8f9ae..ba1aadc 100644 --- a/multifunctional/__init__.py +++ b/multifunctional/__init__.py @@ -9,7 +9,7 @@ "generic_allocation", ) -__version__ = "0.4.1" +__version__ = "0.4.2" # 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: