diff --git a/changelog.md b/changelog.md index 2834c12..f7101de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.7.2 (2024-11-23) - Seed the program *BEFORE* the config file is resolved and components have been instantiated, to ensure reproducibility. diff --git a/confit/__init__.py b/confit/__init__.py index d4b5ba1..7813e20 100644 --- a/confit/__init__.py +++ b/confit/__init__.py @@ -9,4 +9,4 @@ VisibleDeprecationWarning, ) -__version__ = "0.7.1" +__version__ = "0.7.2"