Skip to content

Commit

Permalink
Merge pull request #40 from stactools-packages/pv/release-0.3.2-prep
Browse files Browse the repository at this point in the history
release prep for 0.3.2
  • Loading branch information
Phil Varner authored May 3, 2023
2 parents b0ad34f + 1d39790 commit a05673f
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,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.3.2] - 2023-05-03

### Added

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

First release as a stand-alone repository.

[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.3.1..main
[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.3.2..main
[v0.3.2]: https://github.com/stactools-packages/naip/compare/v0.3.1..v0.3.2
[v0.3.1]: https://github.com/stactools-packages/naip/compare/v0.3.0..v0.3.1
[v0.3.0]: https://github.com/stactools-packages/naip/compare/v0.2.0..v0.3.0
[v0.2.0]: https://github.com/stactools-packages/naip/tags/v0.2.0
2 changes: 1 addition & 1 deletion src/stactools/naip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def register_plugin(registry):
registry.register_subcommand(commands.create_naip_command)


__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit a05673f

Please sign in to comment.