Skip to content

Commit bea8483

Browse files
committed
Post 4.5.1 release actions done
1 parent 8bfbb46 commit bea8483

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

59
This follow-up release builds the `b2view` terminal viewer into a richer

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.1"
46+
version = "4.5.2.dev0"
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.1"
1+
__version__ = "4.5.2.dev0"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)