From bde55a5a35f9cf0968a9f8f91887ffda72dd1e32 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 9 Nov 2023 15:55:37 -0500 Subject: [PATCH] pre-release prep for 0.5.0 (#65) --- CHANGELOG.MD | 5 +++-- src/stactools/landsat/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 6a031f9..8f8fd91 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 @@ -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]: + +[0.5.0]: [0.4.1]: [0.4.0]: [0.3.0]: diff --git a/src/stactools/landsat/__init__.py b/src/stactools/landsat/__init__.py index 316d75c..59e7b08 100644 --- a/src/stactools/landsat/__init__.py +++ b/src/stactools/landsat/__init__.py @@ -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"