Skip to content

Commit b8259fe

Browse files
author
Jon Duckworth
authored
Merge pull request #577 from stac-utils/release/v1.0.1
Bump library version to 1.0.1
2 parents f01c4d1 + 32255db commit b8259fe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010

1111
### Changed
1212

13-
- HREFs in `Link` objects with `rel == "self"` are converted to absolute HREFs ([#574](https://github.com/stac-utils/pystac/pull/574))
13+
### Fixed
1414

1515
### Deprecated
1616

17-
### Fixed
17+
## [v1.0.1]
18+
19+
### Changed
20+
21+
- HREFs in `Link` objects with `rel == "self"` are converted to absolute HREFs ([#574](https://github.com/stac-utils/pystac/pull/574))
1822

1923
## [v1.0.0]
2024

@@ -481,7 +485,8 @@ use `Band.create`
481485

482486
Initial release.
483487

484-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0..main>
488+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.1..main>
489+
[v1.0.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0..v1.0.1>
485490
[v1.0.0]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..v1.0.0>
486491
[v1.0.0-rc.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3>
487492
[v1.0.0-rc.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)