Skip to content

Commit 613d211

Browse files
committed
Post 4.0.0-b1 release actions done
1 parent ee1d55d commit 613d211

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## Changes from 4.0.0-b1 to 4.0.0-b2
4+
5+
XXX version-specific blurb XXX
6+
37
## Changes from 3.12.2 to 4.0.0-b1
48

59
- PEP 427 compatibility changes to ensure C-blosc2 files and binaries are stored under blosc2/ subdirectories in shipped Python wheels

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"py-cpuinfo; platform_machine != 'wasm32'",
4242
"requests",
4343
]
44-
version = "4.0.0-b1"
44+
version = "4.0.0-b2.dev0"
4545
[project.entry-points."array_api"]
4646
blosc2 = "blosc2"
4747

src/blosc2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.0.0-b1"
1+
__version__ = "4.0.0-b2.dev0"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)