From 3a17105be5f54add23c22a0dc6822cb1d352980a Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Mon, 21 Mar 2022 15:26:23 +0100 Subject: [PATCH] REL: Release of PhiK v0.12.2 --- CHANGES.rst | 6 ++++++ README.rst | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9989f35..2359548 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Release notes ============= +Version 0.12.2, Mar 2022 +------------------------ + +- Fix missing setup.py and pyproject.toml in source distribution +- Support wheels ARM MacOS (Apple silicone) + Version 0.12.1, Mar 2022 ------------------------ diff --git a/README.rst b/README.rst index aa49ed3..63517ce 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Phi_K Correlation Analyzer Library ================================== -* Version: 0.12.1. Released: Mar 2022 +* Version: 0.12.2. Released: Mar 2022 * Release notes: https://github.com/KaveIO/PhiK/blob/master/CHANGES.rst * Repository: https://github.com/kaveio/phik * Documentation: https://phik.readthedocs.io diff --git a/setup.py b/setup.py index 8c43ee9..7d95d8d 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ MAJOR = 0 REVISION = 12 -PATCH = 1 +PATCH = 2 DEV = False # note: also update README.rst, CHANGES.rst