From 5c140517e938ea5d268b562cc95df62002b7f914 Mon Sep 17 00:00:00 2001 From: Neil Flood Date: Mon, 14 Apr 2025 13:50:36 +1000 Subject: [PATCH] Update for version 1.0.2 --- ReleaseNotes.md | 4 ++++ processinghistory/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f06934f..b91f292 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## Version 1.0.2 + * Add HISTORY_ENVVARS_TO_AUTOINCLUDE for configuring default automatic + metadata entries + ## Version 1.0.1 * Ensure cmdline/ subdirectory is included in distribution diff --git a/processinghistory/__init__.py b/processinghistory/__init__.py index 5c4105c..7863915 100644 --- a/processinghistory/__init__.py +++ b/processinghistory/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2"