Skip to content

Commit f0eeec1

Browse files
committed
docs: prep for release v0.6.1
1 parent a30192c commit f0eeec1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.6.1]
99

1010
### Added
1111

@@ -138,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
138138

139139
Initial release.
140140

141-
[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.6.0...main>
141+
[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.6.1...main>
142+
[0.6.1]: <https://github.com/stac-utils/stac-task/compare/v0.6.0...0.6.1>
142143
[0.6.0]: <https://github.com/stac-utils/stac-task/compare/v0.5.1...0.6.0>
143144
[0.5.1]: <https://github.com/stac-utils/stac-task/compare/v0.5.0...v0.5.1>
144145
[0.5.0]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...v0.5.0>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = "2021, Element 84, Inc."
1414

1515
release = "0.6"
16-
version = "0.6.0"
16+
version = "0.6.1"
1717

1818
# -- General configuration
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stactask"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = [{ name = "Matthew Hanson", email = "[email protected]" }]
55
maintainers = [{ name = "Ian Cooke", email = "[email protected]" }]
66
description = "Class interface for running custom algorithms and workflows on STAC Items"

0 commit comments

Comments
 (0)