Skip to content

Commit cab49bf

Browse files
authored
Merge pull request #9 from stactools-packages/version/0.2.0
Version 0.2.0
2 parents 520f621 + 11e9f01 commit cab49bf

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +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
8-
9-
### Fixed
10-
11-
- Fix bug in assigning GSD to assets ([#8](https://github.com/stactools-packages/landsat/pull/8))
12-
13-
14-
## [v0.1.7]
7+
## [v0.2.0]
158

169
### Changed
1710

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.1.7'
14+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)