We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07a19e commit 28fba1aCopy full SHA for 28fba1a
2 files changed
ConfigSpace/__version__.py
@@ -1,4 +1,4 @@
1
"""Version information."""
2
3
# The following line *must* be the last in the module, exactly as formatted:
4
-__version__ = "0.4.15"
+__version__ = "0.4.16"
changelog.md
@@ -1,4 +1,8 @@
-# Version 0.5.15
+# Version 0.4.16
+
+* FIX #167: fix a broken equal comparison in forbidden constraints.
5
+# Version 0.4.15
6
7
* Add `pyproject.toml` to support wheel installation as required in
8
[PEP518](https://medium.com/@grassfedcode/pep-517-and-518-in-plain-english-47208ca8b7a6)
0 commit comments