Skip to content

Commit 28fba1a

Browse files
committed
new release
1 parent b07a19e commit 28fba1a

2 files changed

Lines changed: 6 additions & 2 deletions

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.15"
4+
__version__ = "0.4.16"

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Version 0.5.15
1+
# Version 0.4.16
2+
3+
* FIX #167: fix a broken equal comparison in forbidden constraints.
4+
5+
# Version 0.4.15
26

37
* Add `pyproject.toml` to support wheel installation as required in
48
[PEP518](https://medium.com/@grassfedcode/pep-517-and-518-in-plain-english-47208ca8b7a6)

0 commit comments

Comments
 (0)