From ee7a5399d68009667f2c854c2b40003b76fe53b0 Mon Sep 17 00:00:00 2001 From: Austin Gerlt Date: Wed, 29 Jul 2026 11:10:34 -0600 Subject: [PATCH] Set version to 0.15.0 and update changelog release to today --- CHANGELOG.rst | 2 +- orix/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 647e4f60..a11869bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ on `Keep a Changelog `__, and this project its best to adhere to `Semantic Versioning `__. -2026-06-10 - version 0.15.0 +2026-06-29 - version 0.15.0 =========================== Added diff --git a/orix/__init__.py b/orix/__init__.py index 5cca2deb..138336c7 100644 --- a/orix/__init__.py +++ b/orix/__init__.py @@ -17,7 +17,7 @@ # along with orix. If not, see . # -__version__ = "0.15.0rc1" +__version__ = "0.15.0" # Sorted by line contributions (ideally excluding lines in notebook # files)