From 53b99ad2ddfc984cb0effc8c9070c042835c3678 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 20 Sep 2023 12:42:26 -0600 Subject: [PATCH] release: v0.5.2 (#465) --- CHANGELOG.md | 9 ++++++++- src/stactools/core/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1a57c0..162dbe17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] - 2023-09-20 + +### Fixed + +- IO with newer fsspec ([#463](https://github.com/stac-utils/stactools/pull/463)) + ## [0.5.1] - 2023-08-11 ### Added @@ -426,7 +432,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9) - `stac.cli.command.layout` for modifying the layout of STACs - `stac.browse` for launching a local instance of stac-browser using docker. -[Unreleased]: +[Unreleased]: +[0.5.2]: [0.5.1]: [0.5.0]: [0.4.8]: diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index 933eed30..f0e424ac 100644 --- a/src/stactools/core/__init__.py +++ b/src/stactools/core/__init__.py @@ -29,4 +29,4 @@ "move_all_assets", "use_fsspec", ] -__version__ = "0.5.1" +__version__ = "0.5.2"