From 9efab51eb3806043e88ba9e338bed4db7bceb9f1 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Tue, 1 Jun 2021 19:06:11 +0200 Subject: [PATCH] Getting ready for release 1.10.4 --- ANNOUNCE.rst | 2 +- RELEASE_NOTES.rst | 2 +- VERSION | 2 +- doc/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index 8302267..cfaf057 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,5 +1,5 @@ ============================== -Announcing python-blosc 1.10.3 +Announcing python-blosc 1.10.4 ============================== What is new? diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 9f9dc99..f646844 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -8,7 +8,7 @@ :URL: https://github.com/Blosc/python-blosc -Changes from 1.10.2 to 1.10.3 +Changes from 1.10.2 to 1.10.4 ============================= * Update `blosc.nthreads` when `blosc.set_nthreads()` is called. diff --git a/VERSION b/VERSION index 587c5f0..18b3114 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.3 +1.10.4 diff --git a/doc/conf.py b/doc/conf.py index b5acbaf..1df4a77 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.3' +release = '1.10.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.