Skip to content

Commit 9fd85c4

Browse files
authored
changelog update (#192)
1 parent df0737a commit 9fd85c4

2 files changed

Lines changed: 7 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.19"
4+
__version__ = "0.4.20"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.4.20
2+
3+
* MAINT #185: Drop support for Python 3.6
4+
* FIX #190: Remove old files with old GPL-3.0 license
5+
* ADD #191: Configuration and ConfigurationSpace can now act as mappings
6+
17
# Version 0.4.19
28

39
* ADD #184: Wheels.

0 commit comments

Comments
 (0)