Skip to content

Commit 9683a6f

Browse files
Merge pull request #157 from stac-utils/release/v3.1.1
release 3.1.1
2 parents 92c8a70 + dbe97f7 commit 9683a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 3.1.1 (2024-07-09)
22

33
- Cache remote JSON schemas for extensions (#155, @avbentem)
44
- add `requests` and `jsonschema` in a **validation** optional dependencies (#156, @vincentsarago)

Diff for: stac_pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""stac-pydantic and STAC spec versions."""
22

3-
__version__ = "3.1.0"
3+
__version__ = "3.1.1"
44

55
STAC_VERSION = "1.0.0"

0 commit comments

Comments
 (0)