From 19c769c88ac6447cb66af23925825585d1f27e3c Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Sat, 2 Sep 2023 09:23:44 +0200 Subject: [PATCH] Post 1.21.5 release actions done --- RELEASE_NOTES.rst | 7 +++++++ blosc/blosc.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 7843f3b9..5f23b696 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -3,9 +3,16 @@ =========================== +Changes from 1.21.5 to 1.21.6 +============================= + +#XXX version-specific blurb XXX# + + Changes from 1.21.4 to 1.21.5 ============================= + * Fix SSE2/AVX2 build issue. Fixes #352. Thanks to Thomas VINCENT and Mark Kittisopikul. diff --git a/blosc/blosc.h b/blosc/blosc.h index 08f1b78b..c11e1520 100644 --- a/blosc/blosc.h +++ b/blosc/blosc.h @@ -19,9 +19,9 @@ extern "C" { /* Version numbers */ #define BLOSC_VERSION_MAJOR 1 /* for major interface/format changes */ #define BLOSC_VERSION_MINOR 21 /* for minor interface/format changes */ -#define BLOSC_VERSION_RELEASE 5 /* for tweaks, bug-fixes, or development */ +#define BLOSC_VERSION_RELEASE 6 /* for tweaks, bug-fixes, or development */ -#define BLOSC_VERSION_STRING "1.21.5" /* string version. Sync with above! */ +#define BLOSC_VERSION_STRING "1.21.6.dev" /* string version. Sync with above! */ #define BLOSC_VERSION_REVISION "$Rev$" /* revision version */ #define BLOSC_VERSION_DATE "$Date:: 2023-05-16 #$" /* date version */