diff --git a/CHANGES.md b/CHANGES.md index c9005e9..26ae47d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ Add a single entry in the corresponding section below. See https://keepachangelog.com for details -## v2.1 (UNRELEASED) +## v2.0.1 (2024-08-05) * Add releasing guide and release script ([#59](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/59)). * Add `ipympl` dependency as convenience ([#58])(https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/58). * Fix regression with editable installation ([#55](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/55)). diff --git a/pyproject.toml b/pyproject.toml index f61dd4c..a1c8b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,4 +94,4 @@ include = ["hyperspy_gui_ipywidgets*"] [tool.setuptools_scm] # Presence enables setuptools_scm, the version will be determine at build time from git # The version will be updated by the `prepare_release.py` script -fallback_version = "2.1.dev0" +fallback_version = "2.0.2.dev0"