File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Changed
12
12
13
- - HREFs in ` Link ` objects with ` rel == "self" ` are converted to absolute HREFs ( [ # 574 ] ( https://github.com/stac-utils/pystac/pull/574 ) )
13
+ ### Fixed
14
14
15
15
### Deprecated
16
16
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 ) )
18
22
19
23
## [ v1.0.0]
20
24
@@ -481,7 +485,8 @@ use `Band.create`
481
485
482
486
Initial release.
483
487
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 >
485
490
[ v1.0.0 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..v1.0.0 >
486
491
[ v1.0.0-rc.3 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3 >
487
492
[ v1.0.0-rc.2 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2 >
Original file line number Diff line number Diff line change 1
1
import os
2
2
from typing import Optional
3
3
4
- __version__ = "1.0.0 "
4
+ __version__ = "1.0.1 "
5
5
"""Library version"""
6
6
7
7
You can’t perform that action at this time.
0 commit comments