Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttlefish committed Aug 18, 2021
1 parent ba3b6c1 commit bbbe4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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]
## [0.2.4]

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/stactools/nrcan_landcover/__init__.py
Expand Up @@ -16,4 +16,4 @@ def register_plugin(registry: Registry) -> None:
registry.register_subcommand(commands.create_nrcanlandcover_command)


__version__ = '0.2.4a1'
__version__ = '0.2.4'

0 comments on commit bbbe4a4

Please sign in to comment.