Skip to content

Commit beb08f3

Browse files
authored
v0.2.3 release (#26)
1 parent 45b5814 commit beb08f3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.MD

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
Nothing.
11+
12+
## [0.2.3] - 2022-04-01
13+
1014
### Fixed
1115

12-
- `setup.cfg` urls
16+
- Corrected `setup.cfg` urls
1317

1418
## [0.2.2] - 2022-04-01
1519

@@ -56,7 +60,8 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
5660

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

59-
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.2.2..main>
63+
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.2.3..main>
64+
[0.2.3]: <https://github.com/stactools-packages/landsat/compare/v0.2.2..v0.2.3>
6065
[0.2.2]: <https://github.com/stactools-packages/landsat/compare/v0.2.1..v0.2.2>
6166
[0.2.1]: <https://github.com/stactools-packages/landsat/compare/v0.2.0..v0.2.1>
6267
[0.2.0]: <https://github.com/stactools-packages/landsat/releases/tag/v0.2.0>

src/stactools/landsat/__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_landsat_command)
1212

1313

14-
__version__ = '0.2.2'
14+
__version__ = '0.2.3'

0 commit comments

Comments
 (0)