Skip to content

Commit 9725136

Browse files
authored
Distribute jsonschemas (#1181)
* fix: distribute jsonschemas * release: v1.8.1
1 parent aec7a36 commit 9725136

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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>

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include pystac/py.typed pystac/html/*.jinja2
1+
include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.0.0/*.json
22
exclude tests/*

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)