Skip to content

Commit

Permalink
Getting ready for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Oct 3, 2022
1 parent 583e2df commit da79f01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.blosc_pypi_secret }}
2 changes: 1 addition & 1 deletion ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Announcing python-blosc2 0.4.0
Announcing python-blosc2 0.4.1
==============================

This is a major release introducing new `pack_array2()` and
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## Changes from 0.4.0 to 0.4.1

* Add `msgpack` as a runtime requirement


## Changes from 0.3.2 to 0.4.0

* 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1

0 comments on commit da79f01

Please sign in to comment.