From 45cbd211459e76d5aa5b4298465f0ecf7de7f9aa Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Wed, 15 May 2024 20:46:05 -0400 Subject: [PATCH] Changelog --- docs/source/changelog.rst | 6 ++++++ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ded0f585..928a0f79 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -4,6 +4,12 @@ Changelog Note: in some releases, there are no changes, because we always guarantee relasing in step with fsspec. +2024.5.0 +-------- + +* swap order of "gcs", "gs" protocols (#620) +* fix get_file for relative lpath (#618) + 2024.3.1 -------- diff --git a/requirements.txt b/requirements.txt index 4ed70a08..ddf22697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp!=4.0.0a0, !=4.0.0a1 decorator>4.1.2 -fsspec==2024.3.1 +fsspec==2024.5.0 google-auth>=1.2 google-auth-oauthlib google-cloud-storage