From f0b73e8fa32d6d123b3aae37721542e360d137d8 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 10 Apr 2023 10:56:35 -0600 Subject: [PATCH] release: v0.4.6 --- CHANGELOG.md | 5 ++++- src/stactools/core/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c284d3..dbdedc61 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.4.6] - 2023-04-10 + ### Added - `enclose_poles` to the antimeridian module ([#416](https://github.com/stac-utils/stactools/pull/416)) @@ -354,7 +356,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.4.6]: [0.4.5]: [0.4.4]: [0.4.3]: diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index 615a7013..4498a8af 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.5" +__version__ = "0.4.6"