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"