Skip to content

Commit 261bd9e

Browse files
author
Phil Varner
authored
Merge pull request #44 from stactools-packages/pv/release-pre-0.4.0
release prep for 0.4.0
2 parents 15fdfeb + d6326d6 commit 261bd9e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
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.
66

7-
## Unreleased
7+
## [v0.4.0] - 2023-05-18
88

99
### Added
1010

@@ -37,7 +37,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3737

3838
First release as a stand-alone repository.
3939

40-
[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.3.2..main
40+
[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.4.0..main
41+
[v0.4.0]: https://github.com/stactools-packages/naip/compare/v0.3.2..v0.4.0
4142
[v0.3.2]: https://github.com/stactools-packages/naip/compare/v0.3.1..v0.3.2
4243
[v0.3.1]: https://github.com/stactools-packages/naip/compare/v0.3.0..v0.3.1
4344
[v0.3.0]: https://github.com/stactools-packages/naip/compare/v0.2.0..v0.3.0

src/stactools/naip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def register_plugin(registry):
1313
registry.register_subcommand(commands.create_naip_command)
1414

1515

16-
__version__ = "0.3.2"
16+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)