From b5b484e117476432150ee6711ae0c12885e8da07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Sat, 9 Nov 2024 21:00:35 +0100 Subject: [PATCH] Update changelog and bump version to 0.12.dev0 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 3ab67997..73e76d42 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 +----- + +Changed +------- + +Removed +------- + +Deprecated +---------- + +Fixed +----- + 0.11.0 (2024-11-10) =================== diff --git a/src/kikuchipy/__init__.py b/src/kikuchipy/__init__.py index 17dc399b..ef1444fa 100644 --- a/src/kikuchipy/__init__.py +++ b/src/kikuchipy/__init__.py @@ -30,7 +30,7 @@ "Carter Francis", "Magnus Nord", ] -__version__ = "0.11.0" +__version__ = "0.12.dev0" __getattr__, __dir__, __all__ = lazy_loader.attach_stub(__name__, __file__)