Skip to content

Commit e06a502

Browse files
committed
Post 4.1.1 release actions done
1 parent b983f02 commit e06a502

4 files changed

Lines changed: 8 additions & 3 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.1.1 to 4.1.2
4+
5+
XXX version-specific blurb XXX
6+
37
## Changes from 4.1.0 to 4.1.1
48

59
- Update ``miniexpr`` to fix bug on ubuntu with ARM64.

RELEASING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ Checking packaging
101101

102102
* Check that the packages and wheels are sane::
103103

104-
pip install blosc2[test] -U
104+
pip install --group test
105+
pip install blosc2 -U
105106
python -c "import blosc2; blosc2.print_versions()"
106107
pytest
107108

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"numexpr>=2.14.1; platform_machine != 'wasm32'",
4040
"requests",
4141
]
42-
version = "4.1.1"
42+
version = "4.1.2.dev0"
4343
[project.entry-points."array_api"]
4444
blosc2 = "blosc2"
4545

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

0 commit comments

Comments
 (0)