Skip to content

Commit 13aa511

Browse files
committed
release: v0.12.0
1 parent 2316adc commit 13aa511

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changes
22
=======
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+
39
Version 0.11.0 (released 2025-12-17)
410
----------------------------
511
- build(docker): upgrade XRootD to 5.9.1

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.11.0"
31+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)