We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2077458 commit 40e6903Copy full SHA for 40e6903
CHANGES.rst
@@ -1,5 +1,9 @@
1
Changes
2
=======
3
+Version 0.10.2 (released 2025-11-26)
4
+----------------------------
5
+- bug: add casting to string to fix mismatching types in a query
6
+
7
Version 0.10.1 (released 2025-11-24)
8
----------------------------
9
- bug: fix counting failed transfers
cernopendata/version.py
@@ -28,4 +28,4 @@
28
and parsed by ``setup.py``.
29
"""
30
31
-__version__ = "0.10.1"
+__version__ = "0.10.2"
0 commit comments