Skip to content

Commit

Permalink
release prep 0.5.1 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner authored May 23, 2024
1 parent f6fd6ce commit d15a99a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1] - 2024-05-23

### Added

Expand Down Expand Up @@ -112,6 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial release.

<!-- [unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...main> -->
[0.5.1]: <https://github.com/stac-utils/stac-task/compare/v0.5.0...v0.5.1>
[0.5.0]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...v0.5.0>
[v0.4.2]: <https://github.com/stac-utils/stac-task/compare/v0.4.1...v0.4.2>
[v0.4.1]: <https://github.com/stac-utils/stac-task/compare/v0.4.0...v0.4.1>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
project = "STAC Task"
copyright = "2021, Element 84, Inc."

release = "0.4"
version = "0.5.0"
release = "0.5"
version = "0.5.1"

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stactask"
version = "0.5.0"
version = "0.5.1"
authors = [{ name = "Matthew Hanson", email = "matt.a.hanson@gmail.com" }]
maintainers = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
description = "Class interface for running custom algorithms and workflows on STAC Items"
Expand Down

0 comments on commit d15a99a

Please sign in to comment.