Skip to content

Commit 838cca1

Browse files
committed
Getting ready for release 0.6.5
1 parent 202ac33 commit 838cca1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
# Not generating for aarch64 (see https://github.com/Blosc/python-blosc2/pull/47#issuecomment-1225633013)
2626
arch: [auto, aarch64]
2727
# arch: [auto]
28+
include:
29+
- os: macos-latest
30+
arch: arm64
2831
exclude:
2932
- os: [ubuntu-latest, windows-latest, macos-latest]
3033
# We don't support 32-bit platforms in python-blosc2

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.4
1+
Announcing Python-Blosc2 0.6.5
22
==============================
33

4-
This is a maintenance release that provides arm64 wheels.
4+
This is a maintenance release that provides arm64 wheels for Mac.
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
@@ -2,7 +2,7 @@
22

33
## Changes from 0.6.4 to 0.6.5
44

5-
XXX version-specific blurb XXX
5+
* Add arm64 wheels for macosx.
66

77

88
## Changes from 0.6.3 to 0.6.4

VERSION

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

0 commit comments

Comments
 (0)