Skip to content

Commit

Permalink
Version bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 20, 2021
1 parent 6f858ff commit bf9d555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.

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.

## Unreleased
## [v0.1.2] - 2021-08-20

### Fixed

- Moved s3 to be a dev dependency only ([#6](https://github.com/stactools-packages/alos-dem/pull/6))
- Moved s3 to be a dev dependency only ([#6](https://github.com/stactools-packages/alos-dem/pull/6)).
Includes a manual pin of the **aiobotocore** version to work around https://github.com/dask/s3fs/pull/510, which should be reverted once that PR is released.

## [v0.1.1] - 2021-08-02

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


__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit bf9d555

Please sign in to comment.