Skip to content

Commit 1e5cba9

Browse files
committed
Fix up changelog
1 parent 82c1fdd commit 1e5cba9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Changed
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))
14+
- Include a plain text repr in notebooks so untrusted notebooks look better ([#1577](https://github.com/stac-utils/pystac/pull/1577))
1415

1516
### Fixed
1617

@@ -940,6 +941,7 @@ use `Band.create`
940941

941942
Initial release.
942943

944+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.14.0..main>
943945
[v1.14.0]: <https://github.com/stac-utils/pystac/compare/v1.13.0..v1.14.0>
944946
[v1.13.0]: <https://github.com/stac-utils/pystac/compare/v1.12.2..v1.13.0>
945947
[v1.12.2]: <https://github.com/stac-utils/pystac/compare/v1.12.1..v1.12.2>

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.1"
3+
__version__ = "1.14.0"
44
"""Library version"""
55

66

0 commit comments

Comments
 (0)