From 1d397905d272115da7d67a3834c4e7778942f191 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Wed, 3 May 2023 09:51:08 -0400 Subject: [PATCH] release prep for 0.3.2 --- CHANGELOG.md | 5 +++-- src/stactools/naip/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e86088a..31d4068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/stactools/naip/__init__.py b/src/stactools/naip/__init__.py index 6ea9e49..4084587 100644 --- a/src/stactools/naip/__init__.py +++ b/src/stactools/naip/__init__.py @@ -13,4 +13,4 @@ def register_plugin(registry): registry.register_subcommand(commands.create_naip_command) -__version__ = "0.3.1" +__version__ = "0.3.2"