Skip to content

Commit 4dc7daf

Browse files
committed
maint: Release v0.7.2
1 parent 671465e commit 4dc7daf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ConfigSpace/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# The following line *must* be the last in the module, exactly as formatted:
44
from __future__ import annotations
55

6-
__version__ = "0.6.1"
6+
__version__ = "0.7.2"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.2
2+
3+
* MAINT #671465e2: Make loading json files from earlier versions backwards compatible
4+
15
# Version 0.7.1
26

37
* MAINT #321: De-cythonize main modules, add deprecation wranings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ConfigSpace"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = """\
55
Creation and manipulation of parameter configuration spaces for \
66
automated algorithm configuration and hyperparameter tuning. \

0 commit comments

Comments
 (0)