Skip to content

Commit 40e6903

Browse files
committed
release: v0.10.2
1 parent 2077458 commit 40e6903

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changes
22
=======
3+
Version 0.10.2 (released 2025-11-26)
4+
----------------------------
5+
- bug: add casting to string to fix mismatching types in a query
6+
37
Version 0.10.1 (released 2025-11-24)
48
----------------------------
59
- bug: fix counting failed transfers

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.1"
31+
__version__ = "0.10.2"

0 commit comments

Comments
 (0)