We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0737a commit 9fd85c4Copy full SHA for 9fd85c4
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.19"
+__version__ = "0.4.20"
changelog.md
@@ -1,3 +1,9 @@
+# Version 0.4.20
+
+* MAINT #185: Drop support for Python 3.6
+* FIX #190: Remove old files with old GPL-3.0 license
5
+* ADD #191: Configuration and ConfigurationSpace can now act as mappings
6
7
# Version 0.4.19
8
9
* ADD #184: Wheels.
0 commit comments