Skip to content

Commit a5f3c77

Browse files
committed
release: v1.8.1
1 parent 30c9e8c commit a5f3c77

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v1.8.1] - 2023-06-30
6+
7+
### Fixed
8+
9+
- Include jsonschemas in package
10+
511
## [v1.8.0] - 2023-06-27
612

713
### Added
@@ -737,7 +743,8 @@ use `Band.create`
737743

738744
Initial release.
739745

740-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.0..main>
746+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.1..main>
747+
[v1.8.1]: <https://github.com/stac-utils/pystac/compare/v1.8.0..v1.8.1>
741748
[v1.8.0]: <https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0>
742749
[v1.7.3]: <https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3>
743750
[v1.7.2]: <https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.8.0"
4+
__version__ = "1.8.1"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)