Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 3, 2022
1 parent ebe6747 commit 58f95a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

- Add `read_href_modifier`
## [0.1.3] - 2022-01-03

### Added

- `read_href_modifier` to `create_item`

## [0.1.2] - 2021-09-22

Expand Down
2 changes: 1 addition & 1 deletion src/stactools/noaa_c_cap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def register_plugin(registry):


__all__ = ['Dataset']
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 58f95a7

Please sign in to comment.