Skip to content

Commit f3deb93

Browse files
chore(main): release 1.14.4
1 parent 9bc7f70 commit f3deb93

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "1.14.3",
2+
".": "1.14.4",
33
"extra-files": [
44
"pystac/version.py"
55
]

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.14.4](https://github.com/stac-utils/pystac/compare/v1.14.3...v1.14.4) (2026-01-09)
4+
5+
6+
### Dependencies
7+
8+
* floor aiohttp to remove a vuln (docs group only) ([#1631](https://github.com/stac-utils/pystac/issues/1631)) ([9bc7f70](https://github.com/stac-utils/pystac/commit/9bc7f7040a4f46a1eab758eba2889656ec802ed1))
9+
310
## [1.14.3](https://github.com/stac-utils/pystac/compare/v1.14.2...v1.14.3) (2026-01-08)
411

512

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.14.3" # x-release-please-version
1+
__version__ = "1.14.4" # x-release-please-version
22
"""Library version"""
33

44

0 commit comments

Comments
 (0)