From 3e5d11169d772b8d41eea82d88bb6fce3486af96 Mon Sep 17 00:00:00 2001 From: Neil Flood Date: Sat, 3 May 2025 09:31:02 +1000 Subject: [PATCH] Update for version 1.0.3 --- ReleaseNotes.md | 3 +++ processinghistory/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b91f292..589b0dc 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # Release Notes +## Version 1.0.3 + * Cope when a parent file has no processing history + ## Version 1.0.2 * Add HISTORY_ENVVARS_TO_AUTOINCLUDE for configuring default automatic metadata entries diff --git a/processinghistory/__init__.py b/processinghistory/__init__.py index 7863915..976498a 100644 --- a/processinghistory/__init__.py +++ b/processinghistory/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3"