From 949098cadf1b82ffb631fe751487c664a246aaf0 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 11 May 2023 12:34:35 -0400 Subject: [PATCH] release prep for 0.7.1 --- CHANGELOG.md | 5 +++-- src/stactools/sentinel1/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e48bc8a..4745591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project attempts to match the major and minor versions of [stactools](https://github.com/stac-utils/stactools) and increments the patch number as needed. -## [Unreleased] - TBD +## [0.7.1] - 2023-05-11 ## Fixed @@ -112,7 +112,8 @@ without `.SAFE` ending to the folders and slightly different file names. - Initial release! - Support for Sentinel1 AWS RTC public dataset -[Unreleased]: https://github.com/stactools-packages/sentinel1/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/stactools-packages/sentinel1/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/stactools-packages/sentinel1/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/stactools-packages/sentinel1/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/stactools-packages/sentinel1/compare/v0.5.3...v0.6.0 [0.5.3]: https://github.com/stactools-packages/sentinel1/compare/v0.5.2...v0.5.3 diff --git a/src/stactools/sentinel1/__init__.py b/src/stactools/sentinel1/__init__.py index cca7440..7478a59 100644 --- a/src/stactools/sentinel1/__init__.py +++ b/src/stactools/sentinel1/__init__.py @@ -11,4 +11,4 @@ def register_plugin(registry: Registry) -> None: registry.register_subcommand(commands.create_sentinel1_command) -__version__ = "0.7.0" +__version__ = "0.7.1"