Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version v0.5.0 #50

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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.

## [Unreleased]
## [v0.5.0] - 2024-01-17

### Added

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

First release as a stand-alone repository.

[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.4.0..main
[Unreleased]: https://github.com/stactools-packages/naip/compare/v0.5.0..main
[v0.4.0]: https://github.com/stactools-packages/naip/compare/v0.4.0..v0.5.0
[v0.4.0]: https://github.com/stactools-packages/naip/compare/v0.3.2..v0.4.0
[v0.3.2]: https://github.com/stactools-packages/naip/compare/v0.3.1..v0.3.2
[v0.3.1]: https://github.com/stactools-packages/naip/compare/v0.3.0..v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stac naip create-item --fgdc m_3707763_se_18_060_20180825.txt \
## Development

```shell
pip install -r requirements-dev.txt
pip install -e .[dev]
```


Expand Down
2 changes: 1 addition & 1 deletion src/stactools/naip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def register_plugin(registry):
registry.register_subcommand(commands.create_naip_command)


__version__ = "0.4.0"
__version__ = "0.5.0"