From 63a2fbb1ab9f58c25d8a59ec92e6f377d3e449d3 Mon Sep 17 00:00:00 2001 From: eddiebergman Date: Thu, 21 Nov 2024 11:14:58 +0100 Subject: [PATCH] bump: 1.2.1 --- changelog.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c239bb8e..b39ffd9e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# Version 1.2.1 + +* FEAT #397: Fix issue with forbidden check with disabled parameters. + # Version 1.2.0 * FEAT #388: Allow `Sequence` of `Hyperparameter` to instantiate a `ConfigurationSpace`. diff --git a/pyproject.toml b/pyproject.toml index 35de7376..991a2dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ConfigSpace" -version = "1.2.0" +version = "1.2.1" description = """\ Creation and manipulation of parameter configuration spaces for \ automated algorithm configuration and hyperparameter tuning. \