Skip to content

Commit 6d1776e

Browse files
author
Phil Varner
authored
release prep 0.5.0-pre1 (#121)
1 parent b85ec7a commit 6d1776e

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.5.0-pre1] - 2024-05-08
99

1010
## Deprecated
1111

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

106106
Initial release.
107107

108-
[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...main>
108+
<!-- [unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...main> -->
109+
[0.5.0-pre1]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...v0.5.0-pre1>
109110
[v0.4.2]: <https://github.com/stac-utils/stac-task/compare/v0.4.1...v0.4.2>
110111
[v0.4.1]: <https://github.com/stac-utils/stac-task/compare/v0.4.0...v0.4.1>
111112
[v0.4.0]: <https://github.com/stac-utils/stac-task/compare/v0.3.0...v0.4.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.4"
16-
version = "0.4.2"
16+
version = "0.5.0-pre1"
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.4.2"
3+
version = "0.5.0-pre1"
44
authors = [{ name = "Matthew Hanson", email = "[email protected]" }]
55
maintainers = [{ name = "Pete Gadomski", email = "[email protected]" }]
66
description = "Class interface for running custom algorithms and workflows on STAC Items"

0 commit comments

Comments
 (0)