Skip to content

Commit 50ddd98

Browse files
committed
bump version
1 parent dcd2c11 commit 50ddd98

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.2"
4+
__version__ = "0.4.3"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.3
2+
3+
* Fix a memory leak when repeatedly sampling a large amount of configurations.
4+
15
# Version 0.4.2
26

37
* Fix a bug which caused a segfault when trying to sample zero configurations.

0 commit comments

Comments
 (0)