Skip to content

Commit

Permalink
Bump version to v0.2.3
Browse files Browse the repository at this point in the history
Also add changelog entry for #153
  • Loading branch information
gadomski committed Sep 16, 2021
1 parent f3086db commit 17a89c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
## stactools 0.2.3

### Added

- `stactools.core.create.item` and associated CLI subcommand ([#201](https://github.com/stac-utils/stactools/pull/201))
- `stactools.core.add.add_item` and associated CLI command for adding an item to a Catlog/Collection ([#153](https://github.com/stac-utils/stactools/pull/153))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/stactools/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from stactools.core.merge import (merge_items, merge_all_items)
from stactools.core.add import add_item

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 17a89c1

Please sign in to comment.