File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v1.8.1] - 2023-06-30
6
+
7
+ ### Fixed
8
+
9
+ - Include jsonschemas in package
10
+
5
11
## [ v1.8.0] - 2023-06-27
6
12
7
13
### Added
@@ -737,7 +743,8 @@ use `Band.create`
737
743
738
744
Initial release.
739
745
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 >
741
748
[ v1.8.0 ] : < https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0 >
742
749
[ v1.7.3 ] : < https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3 >
743
750
[ v1.7.2 ] : < https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2 >
Original file line number Diff line number Diff line change 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
2
2
exclude tests/*
Original file line number Diff line number Diff line change 1
1
import os
2
2
from typing import Optional
3
3
4
- __version__ = "1.8.0 "
4
+ __version__ = "1.8.1 "
5
5
"""Library version"""
6
6
7
7
You can’t perform that action at this time.
0 commit comments