Skip to content

Commit ecb3143

Browse files
committed
Post 4.5.0 release actions done
1 parent a30fd80 commit ecb3143

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.5.0 to 4.5.1
4+
5+
XXX version-specific blurb XXX
6+
37
## Changes from 4.4.5 to 4.5.0
48

59
This release teaches the `b2view` terminal viewer to **plot** — peak-preserving

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"textual-plotext",
4444
"threadpoolctl; platform_machine != 'wasm32'",
4545
]
46-
version = "4.5.0"
46+
version = "4.5.1"
4747
[project.entry-points."array_api"]
4848
blosc2 = "blosc2"
4949

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

0 commit comments

Comments
 (0)