File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Changed
10
10
11
- - HREFs in ` Link ` objects with ` rel == "self" ` are converted to absolute HREFs ( [ # 574 ] ( https://github.com/stac-utils/pystac/pull/574 ) )
11
+ ### Fixed
12
12
13
13
### Deprecated
14
14
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 ) )
16
20
17
21
## [ v1.0.0]
18
22
@@ -479,7 +483,8 @@ use `Band.create`
479
483
480
484
Initial release.
481
485
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 >
483
488
[ v1.0.0 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..v1.0.0 >
484
489
[ v1.0.0-rc.3 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3 >
485
490
[ 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