Skip to content

Commit

Permalink
Distribute jsonschemas (#1181)
Browse files Browse the repository at this point in the history
* fix: distribute jsonschemas

* release: v1.8.1
  • Loading branch information
gadomski authored Jun 30, 2023
1 parent aec7a36 commit 9725136
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v1.8.1] - 2023-06-30

### Fixed

- Include jsonschemas in package

## [v1.8.0] - 2023-06-27

### Added
Expand Down Expand Up @@ -737,7 +743,8 @@ use `Band.create`

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.0..main>
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.1..main>
[v1.8.1]: <https://github.com/stac-utils/pystac/compare/v1.8.0..v1.8.1>
[v1.8.0]: <https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0>
[v1.7.3]: <https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3>
[v1.7.2]: <https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2>
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include pystac/py.typed pystac/html/*.jinja2
include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.0.0/*.json
exclude tests/*
2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from typing import Optional

__version__ = "1.8.0"
__version__ = "1.8.1"
"""Library version"""


Expand Down

0 comments on commit 9725136

Please sign in to comment.