Skip to content

Commit da79f01

Browse files
committed
Getting ready for release 0.4.1
1 parent 583e2df commit da79f01

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/cibuildwheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
name: artifact
158158
path: dist
159159

160-
- uses: pypa/gh-action-pypi-publish@master
160+
- uses: pypa/gh-action-pypi-publish@release/v1
161161
with:
162162
user: __token__
163163
password: ${{ secrets.blosc_pypi_secret }}

ANNOUNCE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing python-blosc2 0.4.0
1+
Announcing python-blosc2 0.4.1
22
==============================
33

44
This is a major release introducing new `pack_array2()` and

RELEASE_NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## Changes from 0.4.0 to 0.4.1
4+
5+
* Add `msgpack` as a runtime requirement
6+
7+
38
## Changes from 0.3.2 to 0.4.0
49

510
* New `pack_array2()` and `unpack_array2()` functions for packing NumPy arrays. Contrarily to `pack_array()` and `unpack_array()` counterparts, the new ones allow for compressing arrays larger than 2 GB in size.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

0 commit comments

Comments
 (0)