Skip to content

Commit

Permalink
Getting ready for release 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 4, 2024
1 parent cd601ad commit fd93217
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============================
Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit fd93217

Please sign in to comment.