diff --git a/one/__init__.py b/one/__init__.py index be6c2805..1810db5d 100644 --- a/one/__init__.py +++ b/one/__init__.py @@ -1,2 +1,2 @@ """The Open Neurophysiology Environment (ONE) API.""" -__version__ = '2.3.1' +__version__ = '2.4.0' diff --git a/one/remote/globus.py b/one/remote/globus.py index affbe590..df2d755d 100644 --- a/one/remote/globus.py +++ b/one/remote/globus.py @@ -344,7 +344,7 @@ def get_local_endpoint_id(): assert id_file.exists(), msg.format(id_file) local_id = id_file.read_text().strip() assert isinstance(local_id, str), msg.format(id_file) - _logger.info(f'Found local endpoint ID in Globus Connect settings {local_id}') + _logger.debug(f'Found local endpoint ID in Globus Connect settings {local_id}') return UUID(local_id)