Skip to content

Commit d4d8080

Browse files
committed
Getting ready for release 4.4.5
1 parent b839c43 commit d4d8080

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

ANNOUNCE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing Python-Blosc2 4.4.4
1+
Announcing Python-Blosc2 4.4.5
22
==============================
33

44
We are happy to announce this release, which promotes the ``b2view``

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release notes
22

3-
## Changes from 4.4.3 to 4.4.4
3+
## Changes from 4.4.3 to 4.4.5
4+
5+
Note: 4.4.4 was skipped due to a failure during the release process.
46

57
This release promotes the `b2view` terminal viewer to a core feature —
68
installed by default, with new interactive row and column filtering — and

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"textual",
4343
"threadpoolctl; platform_machine != 'wasm32'",
4444
]
45-
version = "4.4.4"
45+
version = "4.4.5"
4646
[project.entry-points."array_api"]
4747
blosc2 = "blosc2"
4848

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.4.4"
1+
__version__ = "4.4.5"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)