Skip to content

Commit f5e5522

Browse files
committed
release 3.2.0
1 parent 962e814 commit f5e5522

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,7 +1,7 @@
11

22
## Unreleased
33

4-
## 3.2.0 (TBD)
4+
## 3.2.0 (2025-03-20)
55

66
- Move `validate_bbox` and `validate_datetime` field validation functions outside the Search class (to enable re-utilization)
77
- Remove `Search()._start_date` and ``Search()._end_date` private attributes

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.5"
3+
__version__ = "3.2.0"
44

55
STAC_VERSION = "1.0.0"

0 commit comments

Comments
 (0)