We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2316adc commit 13aa511Copy full SHA for 13aa511
CHANGES.rst
@@ -1,5 +1,11 @@
1
Changes
2
=======
3
+Version 0.12.0 (released 2026-01-19)
4
+----------------------------
5
+- fix: ensure invalid emails or empty strings are not added as subscribers
6
+- test: improve tests for cold storage
7
+- fix: checking if the field distribution exists before using it
8
+
9
Version 0.11.0 (released 2025-12-17)
10
----------------------------
11
- build(docker): upgrade XRootD to 5.9.1
cernopendata/version.py
@@ -28,4 +28,4 @@
28
and parsed by ``setup.py``.
29
"""
30
31
-__version__ = "0.11.0"
+__version__ = "0.12.0"
0 commit comments