From 216d5713ee65bee8bb44507755f3a8e808eb6cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Sun, 14 Jun 2026 14:23:42 +0200 Subject: [PATCH 1/2] Prepare changelog for 0.13.0 release, set version to 0.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- CHANGELOG.rst | 16 ++-------------- src/kikuchipy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f4c11fc..0c5c1819 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,8 +14,8 @@ List entries are sorted in descending chronological order. Contributors to each were listed in alphabetical order by first name until version 0.7.0. -Unreleased -========== +0.13.0 (2026-06-14) +=================== Added ----- @@ -29,18 +29,6 @@ Added - Reader for master patterns generated by the ebsdsim Python package. (`#809 `_) -Changed -------- - -Removed -------- - -Fixed ------ - -Deprecated ----------- - 0.12.2 (2026-06-04) =================== diff --git a/src/kikuchipy/__init__.py b/src/kikuchipy/__init__.py index e5cbd14e..bee37743 100644 --- a/src/kikuchipy/__init__.py +++ b/src/kikuchipy/__init__.py @@ -36,7 +36,7 @@ "Tijmen Vermeij", ] -__version__ = "0.13.dev0" +__version__ = "0.13.0" __getattr__, __dir__, __all__ = lazy_loader.attach_stub(__name__, __file__) From 9466c940326c3c941fae5a4a9fcb65dbb1595b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Sun, 14 Jun 2026 17:02:12 +0200 Subject: [PATCH 2/2] Set version to 0.14.dev0 and add new unreleased section in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- CHANGELOG.rst | 18 ++++++++++++++++++ src/kikuchipy/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c5c1819..8b769260 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,24 @@ its best to adhere to `Semantic Versioning List entries are sorted in descending chronological order. Contributors to each release were listed in alphabetical order by first name until version 0.7.0. +Unreleased +========== + +Added +----- + +Fixed +----- + +Changed +------- + +Removed +------- + +Deprecated +---------- + 0.13.0 (2026-06-14) =================== diff --git a/src/kikuchipy/__init__.py b/src/kikuchipy/__init__.py index bee37743..7306c675 100644 --- a/src/kikuchipy/__init__.py +++ b/src/kikuchipy/__init__.py @@ -36,7 +36,7 @@ "Tijmen Vermeij", ] -__version__ = "0.13.0" +__version__ = "0.14.dev0" __getattr__, __dir__, __all__ = lazy_loader.attach_stub(__name__, __file__)