Skip to content

Commit 29f9e04

Browse files
committed
Post 3.9.1 release actions done
1 parent 867ae82 commit 29f9e04

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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 3.9.1 to 3.9.2
4+
5+
XXX version-specific blurb XXX
6+
37
## Changes from 3.9.0 to 3.9.1
48

59
* Bumped to numexpr 2.13.1 to incorporate new maximum/minimum NaN handling and +/* for booleans

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"py-cpuinfo; platform_machine != 'wasm32'",
4141
"requests",
4242
]
43-
version = "3.9.1"
43+
version = "3.9.2.dev0"
4444
[project.entry-points."array_api"]
4545
blosc2 = "blosc2"
4646

src/blosc2/version.py

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

0 commit comments

Comments
 (0)