From b1115ceb3dbe90adef7afac65ca99bc0fd2008ba Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 10 Oct 2024 18:06:59 +0100 Subject: [PATCH 1/2] Update release notes 2.0.3 --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d59f430..60872d8 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.0 (UNRELEASED) +## v2.0.3 (2024-10-11) * Fix test suite after `eXSpy` API changes in [hyperspy/exspy#59](https://github.com/hyperspy/exspy/pull/59) ([#69](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/69)) ## v2.0.2 (2024-06-09) diff --git a/pyproject.toml b/pyproject.toml index 3906388..33d35ec 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.3.dev0" +fallback_version = "2.0.4.dev0" From a55becb1b776cf4282819923640b50f78dcd2542 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Fri, 11 Oct 2024 17:11:49 +0100 Subject: [PATCH 2/2] Update changelog back to unreleased --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 60872d8..782f3e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ Add a single entry in the corresponding section below. See https://keepachangelog.com for details +## v2.1.0 (UNRELEASED) + ## v2.0.3 (2024-10-11) * Fix test suite after `eXSpy` API changes in [hyperspy/exspy#59](https://github.com/hyperspy/exspy/pull/59) ([#69](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/69))