diff --git a/CHANGES.md b/CHANGES.md index 8758091..63c25f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ ## v2.1 (UNRELEASED) +## v2.0.1 (2024-08-05) + * Fix getting matplotlib backend for matplotlib >= 3.10.dev ([#78](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/78)). * Use `qt` instead of `qt4` when setting `ETSConfig.toolkit` ([#78](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/78)). * Fix slider in image contrast editor on python >=3.10 ([#76](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/76)). diff --git a/pyproject.toml b/pyproject.toml index 99a35d2..35b3417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,4 +92,4 @@ include = ["hyperspy_gui_traitsui*"] "*" = ["*.yaml"] [tool.setuptools_scm] -fallback_version = "2.1.0.dev0" +fallback_version = "2.0.2.dev0"