diff --git a/changelog.md b/changelog.md index 4292b22..b4922fb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.7.3 (2024-12-11) - Support interpolated seed in the config file (as a reminder, the seed is treated specifically by confit to initialize random generators **before** any object is resolved) - Support if/else expressions in interpolation, and only resolve the relevant branch diff --git a/confit/__init__.py b/confit/__init__.py index 7813e20..35e0e94 100644 --- a/confit/__init__.py +++ b/confit/__init__.py @@ -9,4 +9,4 @@ VisibleDeprecationWarning, ) -__version__ = "0.7.2" +__version__ = "0.7.3"