Skip to content

Commit

Permalink
maint: Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jun 29, 2023
1 parent 671465e commit 4dc7daf
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -3,4 +3,4 @@
# The following line *must* be the last in the module, exactly as formatted:
from __future__ import annotations

__version__ = "0.6.1"
__version__ = "0.7.2"
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.7.2

* MAINT #671465e2: Make loading json files from earlier versions backwards compatible

# Version 0.7.1

* MAINT #321: De-cythonize main modules, add deprecation wranings
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 = "0.7.1"
version = "0.7.2"
description = """\
Creation and manipulation of parameter configuration spaces for \
automated algorithm configuration and hyperparameter tuning. \
Expand Down

0 comments on commit 4dc7daf

Please sign in to comment.