Skip to content

Commit 632c39b

Browse files
committed
Getting ready for release 0.6.3
1 parent 7ce17dd commit 632c39b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ANNOUNCE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Announcing Python-Blosc2 0.6.2
1+
Announcing Python-Blosc2 0.6.3
22
==============================
33

4-
This is a maintenance release that updates C-Blosc2 to 2.6.0.
4+
This is a maintenance release that uses oldest-supported-numpy.
55

66
Remember that in the 0.6 we introduced support for pre- and post-filters.
77
For more info about the prefilter and postfilter machinery, see slides in:

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Changes from 0.6.2 to 0.6.3
55

6-
XXX version-specific blurb XXX
6+
* Use oldest-supported-numpy for maximum compatibility.
77

88

99
## Changes from 0.6.1 to 0.6.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3.dev0
1+
0.6.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "scikit-build", "cython", "cmake", "ninja", "numpy"]
2+
requires = ["setuptools", "scikit-build", "cython", "cmake", "ninja", "oldest-supported-numpy"]
33

44
[tool.cibuildwheel]
55
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"

0 commit comments

Comments
 (0)