diff --git a/CHANGELOG.md b/CHANGELOG.md index 241a07b..f5a2ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.1] ### Added @@ -138,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release. -[unreleased]: +[unreleased]: +[0.6.1]: [0.6.0]: [0.5.1]: [0.5.0]: diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f706bc..ab815ab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ copyright = "2021, Element 84, Inc." release = "0.6" -version = "0.6.0" +version = "0.6.1" # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index c02aabd..f3c5144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stactask" -version = "0.6.0" +version = "0.6.1" authors = [{ name = "Matthew Hanson", email = "matt.a.hanson@gmail.com" }] maintainers = [{ name = "Ian Cooke", email = "ircwaves@gmail.com" }] description = "Class interface for running custom algorithms and workflows on STAC Items"