Skip to content

Commit f855c2f

Browse files
committed
Getting ready for release 3.12.2
1 parent 98a1b70 commit f855c2f

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

ANNOUNCE.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
Announcing Python-Blosc2 3.12.1
1+
Announcing Python-Blosc2 3.12.2
22
===============================
33

4-
This is a patch release where we have aimed to close a security loophole:
5-
6-
✅ Hotfix for security - disallow ``import`` in (saved) ``LazyUDF`` objects
7-
8-
✅ Automate WASM wheel upload via YAML file
4+
This is a patch release where we hotfix the WASM wheel upload to a separate repo to avoid history bloat.
95

106
You can think of Python-Blosc2 3.x as an extension of NumPy/numexpr that:
117

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Changes from 3.12.1 to 3.12.2
44

5-
XXX version-specific blurb XXX
5+
* Hotfix to change WASM wheel hosting to separate repo
66

77
## Changes from 3.12.0 to 3.12.1
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"py-cpuinfo; platform_machine != 'wasm32'",
4242
"requests",
4343
]
44-
version = "3.12.2.dev0"
44+
version = "3.12.2"
4545
[project.entry-points."array_api"]
4646
blosc2 = "blosc2"
4747

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.12.2.dev0"
1+
__version__ = "3.12.2"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)