Skip to content

Commit e0b272c

Browse files
committed
version bump
1 parent 16fbded commit e0b272c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ConfigSpace/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.4.5"
4+
__version__ = "0.4.6"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.6
2+
3+
* Fixe a bug which caused a `KeyError` on the usage of tuples in `InCondition`.
4+
15
# Version 0.4.5
26

37
* Stricter typechecking by using a new Cython features which automatically

0 commit comments

Comments
 (0)