Skip to content

Commit

Permalink
Merge pull request #54 from philvarner/pv/release-prep-0.7.1
Browse files Browse the repository at this point in the history
release prep for 0.7.1
  • Loading branch information
Phil Varner authored May 11, 2023
2 parents 5b19e1a + 949098c commit 9164756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/stactools/sentinel1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9164756

Please sign in to comment.