From 54aeadf0a17877b0ee5ee4559c69409cb5671ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Mon, 2 Sep 2024 20:45:48 +0200 Subject: [PATCH] Increment version to 0.13.0 and update CHANGELOG accordingly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- CHANGELOG.rst | 8 ++------ orix/__init__.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75b13d7a..ee0fb9b3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ All user facing changes to this project are documented in this file. The format on `Keep a Changelog `__, and this project tries its best to adhere to `Semantic Versioning `__. -Unreleased -========== +2024-09-03 - version 0.13.0 +=========================== Added ----- @@ -30,10 +30,6 @@ Deprecated - ``loadang()`` and ``loadctf()`` are deprecated and will be removed in the next minor release. Please use ``io.load()`` instead. -Fixed ------ - - 2024-04-21 - version 0.12.1 =========================== diff --git a/orix/__init__.py b/orix/__init__.py index 283e5019..18ea610e 100644 --- a/orix/__init__.py +++ b/orix/__init__.py @@ -1,5 +1,5 @@ __name__ = "orix" -__version__ = "0.13.dev1" +__version__ = "0.13.0" __author__ = "orix developers" __author_email__ = "pyxem.team@gmail.com" __description__ = "orix is an open-source Python library for handling crystal orientation mapping data."