Skip to content

Commit

Permalink
pre-release prep for 0.5.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner authored Nov 9, 2023
1 parent f568472 commit bde55a5
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 @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). 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]
## [0.5.0] - 2023-11-09

### Added

Expand Down Expand Up @@ -115,7 +115,8 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed

- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)

[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.4.1..main>
<!-- [Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.5.0..main> -->
[0.5.0]: <https://github.com/stactools-packages/landsat/compare/v0.4.1..v0.5.0>
[0.4.1]: <https://github.com/stactools-packages/landsat/compare/v0.4.0..v0.4.1>
[0.4.0]: <https://github.com/stactools-packages/landsat/compare/v0.3.0..v0.4.0>
[0.3.0]: <https://github.com/stactools-packages/landsat/compare/v0.2.4..v0.3.0>
Expand Down
2 changes: 1 addition & 1 deletion src/stactools/landsat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def register_plugin(registry: Registry) -> None:
registry.register_subcommand(commands.create_landsat_command)


__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit bde55a5

Please sign in to comment.