We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ccae1 commit c3828abCopy full SHA for c3828ab
CHANGES.rst
@@ -1,5 +1,13 @@
1
Changes
2
=======
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
+
11
Version 0.10.2 (released 2025-11-26)
12
----------------------------
13
- bug: add casting to string to fix mismatching types in a query
cernopendata/version.py
@@ -28,4 +28,4 @@
28
and parsed by ``setup.py``.
29
"""
30
31
-__version__ = "0.10.2"
+__version__ = "0.11.0"
0 commit comments