From e0b272c9bb4444fb3a76eff35cf2773950b88a83 Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Mon, 26 Mar 2018 14:12:00 +0200 Subject: [PATCH] version bump --- ConfigSpace/__version__.py | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ConfigSpace/__version__.py b/ConfigSpace/__version__.py index efa852d7..c5453b51 100644 --- a/ConfigSpace/__version__.py +++ b/ConfigSpace/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.4.5" +__version__ = "0.4.6" diff --git a/changelog.md b/changelog.md index a14f96c1..ba0f9fc7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# Version 0.4.6 + +* Fixe a bug which caused a `KeyError` on the usage of tuples in `InCondition`. + # Version 0.4.5 * Stricter typechecking by using a new Cython features which automatically