Skip to content

Commit 9208b7e

Browse files
author
Phil Varner
authored
Merge pull request #146 from stactools-packages/pv/release-prep-0.5.0
release prep for 0.5.0
2 parents 98f947a + 25e9295 commit 9208b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
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-
## [0.5.0] - TBD
7+
## [0.5.0] - 2023-12-01
88

99
### Added
1010

src/stactools/sentinel2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def register_plugin(registry):
1111
registry.register_subcommand(commands.create_sentinel2_command)
1212

1313

14-
__version__ = "0.5.0a3"
14+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)