Skip to content

Commit bde55a5

Browse files
author
Phil Varner
authored
pre-release prep for 0.5.0 (#65)
1 parent f568472 commit bde55a5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
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.
66

7-
## [Unreleased]
7+
## [0.5.0] - 2023-11-09
88

99
### Added
1010

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

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

118-
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.4.1..main>
118+
<!-- [Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.5.0..main> -->
119+
[0.5.0]: <https://github.com/stactools-packages/landsat/compare/v0.4.1..v0.5.0>
119120
[0.4.1]: <https://github.com/stactools-packages/landsat/compare/v0.4.0..v0.4.1>
120121
[0.4.0]: <https://github.com/stactools-packages/landsat/compare/v0.3.0..v0.4.0>
121122
[0.3.0]: <https://github.com/stactools-packages/landsat/compare/v0.2.4..v0.3.0>

src/stactools/landsat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def register_plugin(registry: Registry) -> None:
1010
registry.register_subcommand(commands.create_landsat_command)
1111

1212

13-
__version__ = "0.4.1"
13+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)