Skip to content

Commit 35de4d4

Browse files
committed
Version 0.5.6
1 parent 4a2122d commit 35de4d4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 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

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)