From d35c350dea27b1cf9fa6b95816d014435a3d8ea8 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Thu, 7 Oct 2021 14:05:19 +0200 Subject: [PATCH] Getting ready for release 1.10.6 --- ANNOUNCE.rst | 6 +++--- RELEASE_NOTES.rst | 3 ++- VERSION | 2 +- doc/conf.py | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index 459f2d9..5817b47 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,12 +1,12 @@ ============================== -Announcing python-blosc 1.10.5 +Announcing python-blosc 1.10.6 ============================== What is new? ============ -This is a maintenance release fixing several things, and -updating vendored C-Blosc to 1.21.1. +This is a maintenance release for including the cmake directory in +distributed files. We are generating wheels for Intel (64 bits) and all major OS (Win, Linux, Mac). In addition to extensions, we are distributing library diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index b3f23f1..2d3e445 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -11,7 +11,8 @@ Changes from 1.10.5 to 1.10.6 ============================= -#XXX version-specific blurb XXX# +* Add a missed cmake folder to distributed files. See #253. + Thanks to Ben Greiner. Changes from 1.10.4 to 1.10.5 diff --git a/VERSION b/VERSION index efeb58f..7b4d9a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.6.dev0 +1.10.6 diff --git a/doc/conf.py b/doc/conf.py index 049d1b0..439507e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '1.10' # The full version, including alpha/beta/rc tags. -release = '1.10.5' +release = '1.10.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.