Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-dkrz committed Nov 2, 2024
1 parent 53896b4 commit 15c7f15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion freva-client/src/freva_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
from .auth import authenticate
from .query import databrowser

__version__ = "2411.1.0"
__version__ = "2411.0.0"
__all__ = ["authenticate", "databrowser", "__version__"]
2 changes: 0 additions & 2 deletions freva-rest/src/databrowser_api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from dataclasses import dataclass
from datetime import datetime
from functools import cached_property, wraps
from threading import Lock
from typing import (
Any,
AsyncIterator,
Expand Down Expand Up @@ -434,7 +433,6 @@ def __init__(
self.payload: Union[List[Dict[str, Union[str, List[str], Dict[str, str]]]],
Dict[str, Union[str, List[str], Dict[str, str]]]] = []
self.fwrites: Dict[str, str] = {}
self._lock = Lock()
self.total_ingested_files = 0
self.total_duplicated_files = 0
self.current_batch: List[Dict[str, str]] = []
Expand Down

0 comments on commit 15c7f15

Please sign in to comment.