File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
738744Initial 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 >
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
22exclude tests/*
Original file line number Diff line number Diff line change 11import os
22from typing import Optional
33
4- __version__ = "1.8.0 "
4+ __version__ = "1.8.1 "
55"""Library version"""
66
77
You can’t perform that action at this time.
0 commit comments