From a1853d826007b00addb16b2e84e50143088900f7 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 20 Sep 2021 13:18:11 -0600 Subject: [PATCH] Update for v0.1.1 --- CHANGELOG.md | 23 +++++++++++++++++++++-- src/stactools/noaa_c_cap/__init__.py | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa668c3..5ee6d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,31 @@ 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-09-20 ### Added +- Nothing + +### Deprecated + +- Nothing. + +### Removed + - Nothing. +### Fixed + +- Lints. + +## [v0.1.0] - 2021-09-20 + +Initial commit. + +### Added + +- Everything. + ### Deprecated - Nothing. diff --git a/src/stactools/noaa_c_cap/__init__.py b/src/stactools/noaa_c_cap/__init__.py index b33e094..6b6d7c0 100644 --- a/src/stactools/noaa_c_cap/__init__.py +++ b/src/stactools/noaa_c_cap/__init__.py @@ -12,4 +12,4 @@ def register_plugin(registry): __all__ = ['Metadata', 'Dataset'] -__version__ = "0.1.0" +__version__ = "0.1.1"