Skip to content

Commit 9179257

Browse files
committed
Post 4.4.5 release actions done
1 parent e2513f6 commit 9179257

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

59
Note: 4.4.4 was skipped due to a failure during the release process.

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.5"
45+
version = "4.4.6.dev0"
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.5"
1+
__version__ = "4.4.6.dev0"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)