Skip to content

Commit 3241185

Browse files
committed
Getting ready for release 2025.11.17.1
1 parent d8a83e2 commit 3241185

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

ANNOUNCE.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
Announcing Caterva2 2025.11.17
1+
Announcing Caterva2 2025.11.17.1
22
==============================
33

44
Caterva2 is a high-performance storage and computation system for
55
Blosc2 and HDF5 data repositories.
66

7-
This is a major release, where we are freezing the API and bumping the
8-
package to Production/Stable status. That means that from now on, we will
9-
only do backward-compatible changes to the API, and we will focus on
10-
stability and performance improvements.
11-
12-
This release includes several new features, performance improvements,
13-
and bug fixes.
7+
This is a hot-fix release, which fixes authentication issues for jupyter notebooks running on pyodide.
148

159
For more info, you can have a look at the release notes in:
1610

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release notes
22

3-
## Changes from 2025.11.17 to XXXX.XX.XX
3+
## Changes from 2025.11.17 to 2025.11.17.1
44

5-
#XXX version-specific blurb XXX#
5+
* Hot-fix release to solve authentication issues in pyodide
66

77
## Changes from 2025.8.7 to 2025.11.17
88

caterva2/__init__.py

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

1212
from .client import BasicAuth, Client, Dataset, File, Root
1313

14-
__version__ = "2025.11.18.dev0"
14+
__version__ = "2025.11.17.1"
1515
"""The version in use of the Caterva2 package."""
1616

1717
__all__ = [

0 commit comments

Comments
 (0)