diff --git a/CHANGES.md b/CHANGES.md index d9cedc9..9f3a5d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,10 +2,10 @@ Add a single entry in the corresponding section below. See https://keepachangelog.com for details -## v2.1.0 (UNRELEASED) +## v2.0.2 (2024-06-09) * Fix incorrect library version ([#64](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/64)) -## v2.0.1 (2024-08-05) +## v2.0.1 (2024-05-08) * 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 a1c8b07..3906388 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.0.2.dev0" +fallback_version = "2.0.3.dev0"