Skip to content

Commit

Permalink
update version and changelog for 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed May 4, 2019
1 parent 6051ab6 commit 4211b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.1.3] - 2019-05-04

### Added
- Items.search_geometry() function added to return search geometry
- Extension of `Item` files can now be specified in `Item.get_filename()`. Defaults to `item.json`.
Expand Down Expand Up @@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial Release

[Unreleased]: https://github.com/sat-utils/sat-stac/compare/master...develop
[v0.1.3]: https://github.com/sat-utils/sat-stac/compare/0.1.2...v0.1.3
[v0.1.2]: https://github.com/sat-utils/sat-stac/compare/0.1.1...v0.1.2
[v0.1.1]: https://github.com/sat-utils/sat-stac/compare/0.1.0...v0.1.1
[v0.1.0]: https://github.com/sat-utils/sat-stac/tree/0.1.0
2 changes: 1 addition & 1 deletion satstac/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.3b1'
__version__ = '0.1.3'

0 comments on commit 4211b66

Please sign in to comment.