From 19a6aeb46c27979f2f9a54a8be23c2f3155976c0 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Sun, 12 May 2024 05:51:45 -0400 Subject: [PATCH] 0.9.3 --- CHANGES.md | 4 ++++ bw_processing/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 39a9dbe..fb40176 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw_processing` Changelog +### [0.9.3] - 2024-05-12 + +* Fix compatibility function for datetime utcnow for older Python versions + ### [0.9.2] - 2024-05-11 * Add compatibility function for datetime utcnow for older Python versions diff --git a/bw_processing/__init__.py b/bw_processing/__init__.py index 2d4e750..d2b9a87 100644 --- a/bw_processing/__init__.py +++ b/bw_processing/__init__.py @@ -26,7 +26,7 @@ "UndefinedInterface", ) -__version__ = "0.9.2" +__version__ = "0.9.3" from .array_creation import create_array, create_structured_array