Skip to content

Commit c3828ab

Browse files
committed
release: v0.11.0
1 parent 16ccae1 commit c3828ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changes
22
=======
3+
Version 0.11.0 (released 2025-12-17)
4+
----------------------------
5+
- build(docker): upgrade XRootD to 5.9.1
6+
- ci(codecov): fix Codecov and update GitHub Actions to latest versions
7+
- build(docker): change local development server to port 8000
8+
- ci(pytest): fix code coverage reporting
9+
- ci(codecov): configure a threshold for code coverage reporting
10+
311
Version 0.10.2 (released 2025-11-26)
412
----------------------------
513
- bug: add casting to string to fix mismatching types in a query

cernopendata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
and parsed by ``setup.py``.
2929
"""
3030

31-
__version__ = "0.10.2"
31+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)