From fd932171089f4df40fb0f70f6766350217b0ff98 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Thu, 4 Apr 2024 11:04:08 +0200 Subject: [PATCH] Getting ready for release 2.14.1 --- ANNOUNCE.md | 7 ++++--- RELEASE_NOTES.md | 4 +++- include/blosc2.h | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE.md b/ANNOUNCE.md index b0d1de42..55215688 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,10 +1,11 @@ -# Announcing C-Blosc2 2.14.0 +# Announcing C-Blosc2 2.14.1 A fast, compressed and persistent binary data store library for C. ## What is new? -This is a minor release for adding an accelerated path in `b2nd_append()`. -Also, many fixes and improvements have been added. +This is a maintenance release. When loading plugins, first try with +`python` and then `python3`. This is because many linux distros +do not have `python` as a symlink to `python3` anymore. For more info, please see the release notes in: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 395f7e5c..08698b6b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,9 @@ Release notes for C-Blosc2 Changes from 2.14.0 to 2.14.1 ============================= -#XXX version-specific blurb XXX# +* When loading plugins, first try with `python` and then `python3`. + This is because many linux distros do not have `python` as a + symlink to `python3` anymore. Changes from 2.13.2 to 2.14.0 ============================= diff --git a/include/blosc2.h b/include/blosc2.h index 58fe0e2a..1508f13e 100644 --- a/include/blosc2.h +++ b/include/blosc2.h @@ -85,8 +85,8 @@ extern "C" { #define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */ #define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ -#define BLOSC2_VERSION_STRING "2.14.1.dev" /* string version. Sync with above! */ -#define BLOSC2_VERSION_DATE "$Date:: 2023-04-01 #$" /* date version */ +#define BLOSC2_VERSION_STRING "2.14.1" /* string version. Sync with above! */ +#define BLOSC2_VERSION_DATE "$Date:: 2023-04-04 #$" /* date version */ /* The maximum number of dimensions for Blosc2 NDim arrays */