diff --git a/CHANGELOG.MD b/CHANGELOG.MD index aee2b8f..02f6a7f 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. -## [0.5.0] - TBD +## [0.5.0] - 2023-12-01 ### Added diff --git a/src/stactools/sentinel2/__init__.py b/src/stactools/sentinel2/__init__.py index 2eda2d1..47eaf8a 100644 --- a/src/stactools/sentinel2/__init__.py +++ b/src/stactools/sentinel2/__init__.py @@ -11,4 +11,4 @@ def register_plugin(registry): registry.register_subcommand(commands.create_sentinel2_command) -__version__ = "0.5.0a3" +__version__ = "0.5.0"