We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 962e814 + f5e5522 commit 0b5a8a2Copy full SHA for 0b5a8a2
CHANGELOG.md
@@ -1,7 +1,7 @@
1
2
## Unreleased
3
4
-## 3.2.0 (TBD)
+## 3.2.0 (2025-03-20)
5
6
- Move `validate_bbox` and `validate_datetime` field validation functions outside the Search class (to enable re-utilization)
7
- Remove `Search()._start_date` and ``Search()._end_date` private attributes
stac_pydantic/version.py
@@ -1,5 +1,5 @@
"""stac-pydantic and STAC spec versions."""
-__version__ = "3.1.5"
+__version__ = "3.2.0"
STAC_VERSION = "1.0.0"
0 commit comments