Skip to content

Commit

Permalink
Merge pull request #23 from philvarner/pv/release-prep-0.3.0
Browse files Browse the repository at this point in the history
release prep 0.3.0
  • Loading branch information
Phil Varner authored Mar 27, 2023
2 parents f451c82 + d791d85 commit a018e6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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] - TBD
## [0.3.0] - 2023-03-27

## Changed

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

- remove python 3.7 support

[Unreleased]: https://github.com/stactools-packages/cop-dem/compare/v0.2.0..main
[Unreleased]: https://github.com/stactools-packages/cop-dem/compare/v0.3.0..main
[0.3.0]: https://github.com/stactools-packages/cop-dem/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/stactools-packages/cop-dem/compare/v0.1.1..v0.2.0
[0.1.1]: https://github.com/stactools-packages/cop-dem/compare/v0.1.0..v0.1.1
[0.1.0]: https://github.com/stactools-packages/cop-dem/tags/v0.1.0
2 changes: 1 addition & 1 deletion src/stactools/cop_dem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def register_plugin(registry):
registry.register_subcommand(commands.create_cop_dem_command)


__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit a018e6d

Please sign in to comment.