Skip to content

Commit 0e25ea8

Browse files
committed
3.6.0a1 -> 3.6.0
1 parent fca23a7 commit 0e25ea8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
## Unreleased
33

4+
## 3.6.0 (2026-06-26)
5+
6+
- No change since 3.6.0a1
7+
48
## 3.6.0a1 (2026-06-25)
59

610
- fix: invalid urljoin usage in Link model `resolve` method

stac_pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""stac-pydantic and STAC spec versions."""
22

3-
__version__ = "3.6.0a1"
3+
__version__ = "3.6.0"
44

55
STAC_VERSION = "1.0.0"

0 commit comments

Comments
 (0)