From 4011f200c286e73238c60bd71536dc97ef85f7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Sat, 23 Nov 2024 23:16:50 +0100 Subject: [PATCH] chore: bump version to 0.7.2 --- changelog.md | 2 +- confit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"