diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a70f5a..eb4b9b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3] - 2023-11-21 + ### Changed - Make computation of statistics and histogram optional for `core.add_raster.add_raster_to_item` ([#467](https://github.com/stac-utils/stactools/pull/467)) @@ -441,7 +443,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.3]: [0.5.2]: [0.5.1]: [0.5.0]: diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index f0e424ac..47f11961 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.2" +__version__ = "0.5.3"