Skip to content

Commit

Permalink
Merge pull request #297 from stac-utils/version/0.5.6
Browse files Browse the repository at this point in the history
Version 0.5.6
  • Loading branch information
lossyrob authored Mar 29, 2021
2 parents 4a2122d + 8e0e089 commit 22cffee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Added

### Fixed

### Changed

### Removed

## [v0.5.6]

### Added

- HIERARCHICAL_LINKS array constant of all the types of hierarchical links (self is not included) ([#290](https://github.com/stac-utils/pystac/pull/290))

### Fixed
Expand Down Expand Up @@ -260,3 +270,19 @@ use `Band.create`
## [v0.3.0] - 2019-10-31

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v0.5.6...main>
[v0.5.6]: <https://github.com/stac-utils/pystac/compare/v0.5.5..v0.5.6>
[v0.5.5]: <https://github.com/stac-utils/pystac/compare/v0.5.4..v0.5.5>
[v0.5.4]: <https://github.com/stac-utils/pystac/compare/v0.5.3..v0.5.4>
[v0.5.3]: <https://github.com/stac-utils/pystac/compare/v0.5.2...v0.5.3>
[v0.5.2]: <https://github.com/stac-utils/pystac/compare/v0.5.1...v0.5.2>
[v0.5.1]: <https://github.com/stac-utils/pystac/compare/v0.5.0...v0.5.1>
[v0.5.0]: <https://github.com/stac-utils/pystac/compare/v0.4.0...v0.5.0>
[v0.4.0]: <https://github.com/stac-utils/pystac/compare/v0.3.4...v0.4.0>
[v0.3.4]: <https://github.com/stac-utils/pystac/compare/v0.3.3...v0.3.4>
[v0.3.3]: <https://github.com/stac-utils/pystac/compare/v0.3.2...v0.3.3>
[v0.3.2]: <https://github.com/stac-utils/pystac/compare/v0.3.1...v0.3.2>
[v0.3.1]: <https://github.com/stac-utils/pystac/compare/v0.3.0...v0.3.1>
[v0.3.0]: <https://github.com/stac-utils/pystac/tree/v0.3.0>

2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '0.5.5'
__version__ = '0.5.6'
"""Library version"""


Expand Down

0 comments on commit 22cffee

Please sign in to comment.