diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index a9888bb9..9e6522e9 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,8 +1,8 @@ -Announcing python-blosc2 0.1.9 -============================== +Announcing python-blosc2 0.1.10 +=============================== This is a maintenance release to use and distribute the latest -C-Blosc2 2.0.1 library. +C-Blosc2 2.0.2 library. Changes from python-blosc to python-blosc2 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c20f305d..3157c036 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## Changes from python-blosc2 0.1.9 to python-blosc2 0.1.10 -XXX version-specific blurb XXX +* Release with C-Blosc 2.0.2 sources and binaries. ## Changes from python-blosc2 0.1.8 to python-blosc2 0.1.9 diff --git a/RELEASING.rst b/RELEASING.rst index 8153a97f..1f7762ce 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -19,7 +19,7 @@ Preliminaries * Build the package and make sure that:: - PYTHONPATH=. python -c "import blosc2; blosc2.print_versions()" + PYTHONPATH=. python -c "import blosc2; blosc2.print_versions()" is printing the correct versions. diff --git a/VERSION b/VERSION index 21af785c..9767cc98 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.10.dev.0 +0.1.10