Skip to content

Commit

Permalink
Merge pull request #157 from stac-utils/release/v3.1.1
Browse files Browse the repository at this point in the history
release 3.1.1
  • Loading branch information
vincentsarago authored Jul 9, 2024
2 parents 92c8a70 + dbe97f7 commit 9683a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.1.1 (2024-07-09)

- Cache remote JSON schemas for extensions (#155, @avbentem)
- add `requests` and `jsonschema` in a **validation** optional dependencies (#156, @vincentsarago)
Expand Down
2 changes: 1 addition & 1 deletion stac_pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""stac-pydantic and STAC spec versions."""

__version__ = "3.1.0"
__version__ = "3.1.1"

STAC_VERSION = "1.0.0"

0 comments on commit 9683a6f

Please sign in to comment.