From 73c07493996279a16ae1f7e6a988fb982102f416 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 8 Aug 2022 10:08:24 -0600 Subject: [PATCH] release: v0.4.1 --- CHANGELOG.md | 10 +++++++--- src/stactools/core/__init__.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a01807af..86d18cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +### Removed + +## [0.4.1] - 2022-08-08 ### Fixed - `stactools.core.utils.raster_footprint` now handles nan nodata values correctly ([#344](https://github.com/stac-utils/stactools/pull/344)) -### Removed - ## [0.4.0] - 2022-08-01 ### Added @@ -296,7 +299,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9) - `stac.cli.command.layout` for modfiygin the layout of STACs - `stac.browse` for launching a local instance of stac-browser using docker. -[Unreleased]: +[Unreleased]: +[0.4.1]: [0.4.0]: [0.3.1]: [0.3.0]: diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index 5d2ac270..88d927a5 100644 --- a/src/stactools/core/__init__.py +++ b/src/stactools/core/__init__.py @@ -24,4 +24,4 @@ "move_all_assets", "use_fsspec", ] -__version__ = "0.4.0" +__version__ = "0.4.1"