diff --git a/CHANGELOG.md b/CHANGELOG.md index f172439..147c6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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 diff --git a/satstac/version.py b/satstac/version.py index a21e3ad..8ce9b36 100644 --- a/satstac/version.py +++ b/satstac/version.py @@ -1 +1 @@ -__version__ = '0.1.3b1' +__version__ = '0.1.3'