We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5027b4a commit 928d730Copy full SHA for 928d730
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.16"
+__version__ = "0.4.17"
changelog.md
@@ -1,3 +1,7 @@
+# Version 0.4.17
+
+* MAINT #168: Support for Python. 3.9.X
5
# Version 0.4.16
6
7
* FIX #167: fix a broken equal comparison in forbidden constraints.
0 commit comments