From d6326d633f28ee0d495c354cf4bad30b3b89cf16 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 18 May 2023 13:01:01 -0400 Subject: [PATCH] release prep for 0.4.0 --- 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 2579265..5f4c265 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.4.0] - 2023-05-18 ### Added @@ -37,7 +37,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.2..main +[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.4.0..main +[v0.4.0]: https://github.com/stactools-packages/naip/compare/v0.3.2..v0.4.0 [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 diff --git a/src/stactools/naip/__init__.py b/src/stactools/naip/__init__.py index 4084587..b70217b 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.2" +__version__ = "0.4.0"