Skip to content

Commit 82c1fdd

Browse files
committed
release: v1.14.0
1 parent 8902d29 commit 82c1fdd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.14.0] - 2025-09-11
44

55
### Added
66

@@ -12,7 +12,6 @@
1212

1313
- Pass "User-Agent": "pystac/3.13.0" in request headers to work around urllib's default "User-Agent" being blocked by readthedocs ([#1576](https://github.com/stac-utils/pystac/pull/1576))
1414

15-
1615
### Fixed
1716

1817
- More permissive collection extent deserialization ([#1559](https://github.com/stac-utils/pystac/pull/1559))
@@ -941,7 +940,7 @@ use `Band.create`
941940

942941
Initial release.
943942

944-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.13.0..main>
943+
[v1.14.0]: <https://github.com/stac-utils/pystac/compare/v1.13.0..v1.14.0>
945944
[v1.13.0]: <https://github.com/stac-utils/pystac/compare/v1.12.2..v1.13.0>
946945
[v1.12.2]: <https://github.com/stac-utils/pystac/compare/v1.12.1..v1.12.2>
947946
[v1.12.1]: <https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "1.13.0"
3+
__version__ = "1.13.1"
44
"""Library version"""
55

66

0 commit comments

Comments
 (0)