Skip to content

Commit e9c067a

Browse files
authored
update version from 0.2.0 to 0.2.1
* chore: update version from 0.2.0 to 0.2.1 * chore: update changelog release date and stactools -> 0.3.0
1 parent 0fdca74 commit e9c067a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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+
78
## [Unreleased]
89

10+
Nothing.
11+
12+
13+
## [0.2.1] - 2022-03-29
14+
915
NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed headings below are ignored for Landsat 8 scenes unless `legacy_l8=False` is passed to the `create_stac_item` function.
1016

1117
### Added
@@ -22,7 +28,6 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
2228
- Option to use Item geometry from the corresponding USGS STAC Item in lieu of computation from the ANG.txt metadata file
2329
- `raster extension`
2430

25-
2631
### Changed
2732

2833
- Decrease Asset verbosity by moving redundant `projection` extension and `gsd` information from the Assets to Item properties.
@@ -32,7 +37,6 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
3237
- Switch to [common EO band names](https://github.com/stac-extensions/eo#common-band-names) for Asset keys to address existence of different band numbers for the same EO band between instruments or platforms
3338
- Update repository to the stactools-packages [template contents](https://github.com/stac-extensions/template/commit/7dfc84fd70c4cf15d6035968323c0baf8da06dd8).
3439

35-
3640
### Fixed
3741

3842
- Correct EPSG code for southern hemisphere scenes to [always use northern hemisphere codes](https://www.usgs.gov/faqs/why-do-landsat-scenes-southern-hemisphere-display-negative-utm-values)
@@ -45,5 +49,6 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
4549

4650
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)
4751

48-
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.2.0..main>
52+
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.2.1..main>
53+
[0.2.1]: <https://github.com/stactools-packages/landsat/releases/tag/v0.2.1>
4954
[0.2.0]: <https://github.com/stactools-packages/landsat/releases/tag/v0.2.0>

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages =
3131
stactools.landsat
3232
stactools.landsat.fragments
3333
install_requires =
34-
stactools @ git+https://github.com/stac-utils/stactools@c7de095727a8736b67f4cd9122daef5f9c5ab4d8
34+
stactools >= 0.3.0
3535
pystac_client >= 0.3.2
3636

3737
[options.packages.find]

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.0'
14+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)