We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e89599 commit 029506eCopy full SHA for 029506e
tests/conftest.py
@@ -185,8 +185,8 @@ def dataset_with_same_day_runs(tmp_path) -> TIMDEXDataset:
185
(100, "alma", "2025-01-01", "full", "index", "run-1", "2025-01-01T01:00:00"),
186
(75, "alma", "2025-01-01", "full", "index", "run-2", "2025-01-01T02:00:00"),
187
(10, "alma", "2025-01-01", "daily", "index", "run-3", "2025-01-01T03:00:00"),
188
- (20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-01T04:00:00"),
189
- (5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-01T05:00:00"),
+ (20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-02T01:00:00"),
+ (5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-02T02:00:00"),
190
]
191
)
192
timdex_dataset_api/__init__.py
@@ -3,7 +3,7 @@
3
from timdex_dataset_api.dataset import TIMDEXDataset
4
from timdex_dataset_api.record import DatasetRecord
5
6
-__version__ = "2.0.0"
+__version__ = "2.1.0"
7
8
__all__ = [
9
"DatasetRecord",
0 commit comments