Skip to content

Commit 967181b

Browse files
committed
Update CHANGELOG and library version
1 parent 6a43188 commit 967181b

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
@@ -8,11 +8,15 @@
88

99
### Changed
1010

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

1313
### Deprecated
1414

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

1721
## [v1.0.0]
1822

@@ -479,7 +483,8 @@ use `Band.create`
479483

480484
Initial release.
481485

482-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0..main>
486+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.1..main>
487+
[v1.0.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0..v1.0.1>
483488
[v1.0.0]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..v1.0.0>
484489
[v1.0.0-rc.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3>
485490
[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)