Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Oct 22, 2020
1 parent b07a19e commit 28fba1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.15"
__version__ = "0.4.16"
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Version 0.5.15
# Version 0.4.16

* FIX #167: fix a broken equal comparison in forbidden constraints.

# Version 0.4.15

* Add `pyproject.toml` to support wheel installation as required in
[PEP518](https://medium.com/@grassfedcode/pep-517-and-518-in-plain-english-47208ca8b7a6)
Expand Down

0 comments on commit 28fba1a

Please sign in to comment.