Skip to content

Commit

Permalink
release: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 27, 2023
1 parent f1f3416 commit f092a7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ number as needed.

## [Unreleased]

## [0.2.3]

### Fixed

- Metadata in setup.cfg ([#28](https://github.com/stactools-packages/goes-glm/pull/28))

## [0.2.2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/stactools/goes_glm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def register_plugin(registry: Registry) -> None:
registry.register_subcommand(commands.create_goesglm_command)


__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit f092a7a

Please sign in to comment.