From ca31fe5cfa8894d1d7d03a3a16b78ccf076be8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Thu, 12 Dec 2024 12:37:33 +0100 Subject: [PATCH] chore: bump version to 0.7.3 --- changelog.md | 2 +- confit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"