Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Sep 10, 2020
1 parent 6074154 commit 5590d78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigSpace/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.4.13"
__version__ = "0.4.14"
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.4.14

* ADD new argument `config_id` to `Configuration` which can be set by an application
using the ConfigSpace package (`None` by default).
* MAINT #136 remove asterisk in version identifier in `setup.py`.
* MAINT #156 add `ConstantHyperparameter` to the API documentation.
* MAINT #159 document that `None` is a forbidden value for `CategoricalHyperparameter` and
`OrdinalHyperparameter`.

# Version 0.4.13

* ADD Python3.8 support, drop Python3.5 support (#144, #153)
Expand Down

0 comments on commit 5590d78

Please sign in to comment.