Skip to content

Commit

Permalink
Update CHANGELOG and version for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 2, 2021
1 parent 04f8ac0 commit 8574ea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1] - 2021-08-02

### Added

Expand All @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Nothing.
- Aligned platform and instruments fields with best practices.

## [v0.1.0] - 2021-07-29

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.0"
__version__ = "0.1.1"

0 comments on commit 8574ea8

Please sign in to comment.