Skip to content

Commit 22cffee

Browse files
authored
Merge pull request #297 from stac-utils/version/0.5.6
Version 0.5.6
2 parents 4a2122d + 8e0e089 commit 22cffee

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Added
66

7+
### Fixed
8+
9+
### Changed
10+
11+
### Removed
12+
13+
## [v0.5.6]
14+
15+
### Added
16+
717
- HIERARCHICAL_LINKS array constant of all the types of hierarchical links (self is not included) ([#290](https://github.com/stac-utils/pystac/pull/290))
818

919
### Fixed
@@ -260,3 +270,19 @@ use `Band.create`
260270
## [v0.3.0] - 2019-10-31
261271

262272
Initial release.
273+
274+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v0.5.6...main>
275+
[v0.5.6]: <https://github.com/stac-utils/pystac/compare/v0.5.5..v0.5.6>
276+
[v0.5.5]: <https://github.com/stac-utils/pystac/compare/v0.5.4..v0.5.5>
277+
[v0.5.4]: <https://github.com/stac-utils/pystac/compare/v0.5.3..v0.5.4>
278+
[v0.5.3]: <https://github.com/stac-utils/pystac/compare/v0.5.2...v0.5.3>
279+
[v0.5.2]: <https://github.com/stac-utils/pystac/compare/v0.5.1...v0.5.2>
280+
[v0.5.1]: <https://github.com/stac-utils/pystac/compare/v0.5.0...v0.5.1>
281+
[v0.5.0]: <https://github.com/stac-utils/pystac/compare/v0.4.0...v0.5.0>
282+
[v0.4.0]: <https://github.com/stac-utils/pystac/compare/v0.3.4...v0.4.0>
283+
[v0.3.4]: <https://github.com/stac-utils/pystac/compare/v0.3.3...v0.3.4>
284+
[v0.3.3]: <https://github.com/stac-utils/pystac/compare/v0.3.2...v0.3.3>
285+
[v0.3.2]: <https://github.com/stac-utils/pystac/compare/v0.3.1...v0.3.2>
286+
[v0.3.1]: <https://github.com/stac-utils/pystac/compare/v0.3.0...v0.3.1>
287+
[v0.3.0]: <https://github.com/stac-utils/pystac/tree/v0.3.0>
288+

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '0.5.5'
3+
__version__ = '0.5.6'
44
"""Library version"""
55

66

0 commit comments

Comments
 (0)