Skip to content

Commit

Permalink
bump: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jul 30, 2024
1 parent 414026d commit 34734ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.1.4

* FIX #386: Fix `__contains__` of `Configuration` to check if a value could be retrieved from a `Configuration`.
* FIX #385: Make `Categorical` and `Ordinal` more backwards compatible!

# Version 1.1.3

* FIX #63c963b: Remove stray `print` statements
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ConfigSpace"
version = "1.1.3"
version = "1.1.4"
description = """\
Creation and manipulation of parameter configuration spaces for \
automated algorithm configuration and hyperparameter tuning. \
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigSpace/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# The following line *must* be the last in the module, exactly as formatted:
from __future__ import annotations

__version__ = "1.1.3"
__version__ = "1.1.4"

0 comments on commit 34734ee

Please sign in to comment.